Color Hex Logo

#cefed9 Color Hex

#CEFED9
(206,254,217)
0 Favorites   0 Comments

Color spaces of #cefed9

RGB 206254217
HSL0.370.960.90
HSV134°19°100°
CMYK 0.190.000.15   0.00
XYZ73.419889.015278.9577
Yxy89.01520.30420.3688
Hunter Lab94.3479-26.203316.4250
CIE-Lab95.5868-22.207512.7075

#cefed9 color RGB value is (206,254,217).

#cefed9 hex color red value is 206, green value is 254 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #cefed9 hue: 0.37 , saturation: 0.96 and the lightness value of cefed9 is 0.90.

The process color (four color CMYK) of #cefed9 color hex is 0.19, 0.00, 0.15, 0.00. Web safe color of #cefed9 is #ccffcc. Color #cefed9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111110 11011001
Octal 316 376 331
Decimal 206 254 217
Hex CE FE D9

RGB Percentages of Color #cefed9

%30.43
%37.52
%32.05

CMYK Percentages of Color #cefed9

%19
%0
%15
%0

Triadic Colors of #cefed9

#cefed9 #d9cefe #fed9ce

Analogous Colors of #cefed9

#cefed9 #cefef1 #dbfece

Monochromatic Colors of #cefed9

#cefed9

Complementary Color

#cefed9 #fecef3

#cefed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefed9 Color CSS Codes

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

#cefed9 Text Font Color

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

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


#cefed9 Background Color

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

This div background color is #cefed9


#cefed9 Border Color

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

This div border color is #cefed9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,254,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 #cefed9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefed9

Related Colors


Comments

No comments written yet.

Please login to write comment.