Color Hex Logo

#cefad9 Color Hex

#CEFAD9
(206,250,217)
0 Favorites   0 Comments

Color spaces of #cefad9

RGB 206250217
HSL0.380.810.89
HSV135°18°98°
CMYK 0.180.000.13   0.02
XYZ72.163686.502878.5389
Yxy86.50280.30420.3647
Hunter Lab93.0069-24.264715.0379
CIE-Lab94.5269-20.270811.1984

#cefad9 color RGB value is (206,250,217).

#cefad9 hex color red value is 206, green value is 250 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #cefad9 hue: 0.38 , saturation: 0.81 and the lightness value of cefad9 is 0.89.

The process color (four color CMYK) of #cefad9 color hex is 0.18, 0.00, 0.13, 0.02. Web safe color of #cefad9 is #ccffcc. Color #cefad9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 11011001
Octal 316 372 331
Decimal 206 250 217
Hex CE FA D9

RGB Percentages of Color #cefad9

%30.61
%37.15
%32.24

CMYK Percentages of Color #cefad9

%18
%0
%13
%2

Triadic Colors of #cefad9

#cefad9 #d9cefa #fad9ce

Analogous Colors of #cefad9

#cefad9 #cefaef #d9face

Monochromatic Colors of #cefad9

#cefad9

Complementary Color

#cefad9 #faceef

#cefad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefad9 Color CSS Codes

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

#cefad9 Text Font Color

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

This sample text font color is #cefad9
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.


#cefad9 Background Color

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

This div background color is #cefad9


#cefad9 Border Color

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

This div border color is #cefad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefad9


Comments

No comments written yet.

Please login to write comment.