Color Hex Logo

#cef596 Color Hex

#CEF596
(206,245,150)
0 Favorites   0 Comments

Color spaces of #cef596

RGB 206245150
HSL0.240.830.77
HSV85°39°96°
CMYK 0.160.000.39   0.04
XYZ63.611080.628641.0644
Yxy80.62860.34330.4351
Hunter Lab89.7934-30.686435.7409
CIE-Lab91.9662-28.015941.6495

#cef596 color RGB value is (206,245,150).

#cef596 hex color red value is 206, green value is 245 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cef596 hue: 0.24 , saturation: 0.83 and the lightness value of cef596 is 0.77.

The process color (four color CMYK) of #cef596 color hex is 0.16, 0.00, 0.39, 0.04. Web safe color of #cef596 is #ccff99. Color #cef596 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110101 10010110
Octal 316 365 226
Decimal 206 245 150
Hex CE F5 96

RGB Percentages of Color #cef596

%34.28
%40.77
%24.96

CMYK Percentages of Color #cef596

%16
%0
%39
%4

Triadic Colors of #cef596

#cef596 #96cef5 #f596ce

Analogous Colors of #cef596

#cef596 #9ff596 #f5ed96

Monochromatic Colors of #cef596

#cef596

Complementary Color

#cef596 #bd96f5

#cef596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef596 Color CSS Codes

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

#cef596 Text Font Color

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

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


#cef596 Background Color

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

This div background color is #cef596


#cef596 Border Color

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

This div border color is #cef596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef596


Comments

No comments written yet.

Please login to write comment.