Color Hex Logo

#cefec2 Color Hex

#CEFEC2
(206,254,194)
0 Favorites   0 Comments

Color spaces of #cefec2

RGB 206254194
HSL0.300.970.88
HSV108°24°100°
CMYK 0.190.000.24   0.00
XYZ70.633087.900564.2827
Yxy87.90050.31700.3945
Hunter Lab93.7553-29.594024.9769
CIE-Lab95.1190-26.071023.8041

#cefec2 color RGB value is (206,254,194).

#cefec2 hex color red value is 206, green value is 254 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #cefec2 hue: 0.30 , saturation: 0.97 and the lightness value of cefec2 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111110 11000010
Octal 316 376 302
Decimal 206 254 194
Hex CE FE C2

RGB Percentages of Color #cefec2

%31.50
%38.84
%29.66

CMYK Percentages of Color #cefec2

%19
%0
%24
%0

Triadic Colors of #cefec2

#cefec2 #c2cefe #fec2ce

Analogous Colors of #cefec2

#cefec2 #c2fed4 #ecfec2

Monochromatic Colors of #cefec2

#cefec2

Complementary Color

#cefec2 #f2c2fe

#cefec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefec2 Color CSS Codes

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

#cefec2 Text Font Color

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

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


#cefec2 Background Color

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

This div background color is #cefec2


#cefec2 Border Color

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

This div border color is #cefec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefec2

Related Colors


Comments

No comments written yet.

Please login to write comment.