Color Hex Logo

#cefcec Color Hex

#CEFCEC
(206,252,236)
0 Favorites   0 Comments

Color spaces of #cefcec

RGB 206252236
HSL0.440.880.90
HSV159°18°99°
CMYK 0.180.000.06   0.01
XYZ75.404388.798792.5225
Yxy88.79870.29370.3459
Hunter Lab94.2331-22.07407.7494
CIE-Lab95.4962-17.72052.8004

#cefcec color RGB value is (206,252,236).

#cefcec hex color red value is 206, green value is 252 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cefcec hue: 0.44 , saturation: 0.88 and the lightness value of cefcec is 0.90.

The process color (four color CMYK) of #cefcec color hex is 0.18, 0.00, 0.06, 0.01. Web safe color of #cefcec is #ccffff. Color #cefcec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111100 11101100
Octal 316 374 354
Decimal 206 252 236
Hex CE FC EC

RGB Percentages of Color #cefcec

%29.68
%36.31
%34.01

CMYK Percentages of Color #cefcec

%18
%0
%6
%1

Triadic Colors of #cefcec

#cefcec #eccefc #fcecce

Analogous Colors of #cefcec

#cefcec #cef5fc #cefcd5

Monochromatic Colors of #cefcec

#cefcec

Complementary Color

#cefcec #fccede

#cefcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefcec Color CSS Codes

.mybgcolor {background-color:#cefcec; } 
.myforecolor {color:#cefcec; }
.mybordercolor {border:3px solid #cefcec; }

#cefcec Text Font Color

<p style="color:#cefcec">Text here</p>

This sample text font color is #cefcec
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cefcec Background Color

<div style="background-color:#cefcec">
Div content here</div>

This div background color is #cefcec


#cefcec Border Color

<div style="border:3px solid #cefcec">
Div here</div>

This div border color is #cefcec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,252,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cefcec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cefcec;
  -webkit-box-shadow: 1px 1px 3px 2px #cefcec;
  box-shadow:         1px 1px 3px 2px #cefcec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,252,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cefcec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cefcec;
  -webkit-box-shadow: 1px 1px 3px 2px #cefcec;
  box-shadow:         1px 1px 3px 2px #cefcec;">
Div content here</div>

This div box has shadow with color #cefcec

Related Colors

#cefcec Color Palettes


Comments

No comments written yet.

Please login to write comment.