Color Hex Logo

#cefec7 Color Hex

#CEFEC7
(206,254,199)
0 Favorites   0 Comments

Color spaces of #cefec7

RGB 206254199
HSL0.310.960.89
HSV112°22°100°
CMYK 0.190.000.22   0.00
XYZ71.204288.129067.2906
Yxy88.12900.31420.3889
Hunter Lab93.8770-28.895523.2152
CIE-Lab95.2152-25.268121.3928

#cefec7 color RGB value is (206,254,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111110 11000111
Octal 316 376 307
Decimal 206 254 199
Hex CE FE C7

RGB Percentages of Color #cefec7

%31.26
%38.54
%30.20

CMYK Percentages of Color #cefec7

%19
%0
%22
%0

Triadic Colors of #cefec7

#cefec7 #c7cefe #fec7ce

Analogous Colors of #cefec7

#cefec7 #c7fedc #eafec7

Monochromatic Colors of #cefec7

#cefec7

Complementary Color

#cefec7 #f7c7fe

#cefec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefec7 Color CSS Codes

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

#cefec7 Text Font Color

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

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


#cefec7 Background Color

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

This div background color is #cefec7


#cefec7 Border Color

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

This div border color is #cefec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefec7

Related Colors


Comments

No comments written yet.

Please login to write comment.