Color Hex Logo

#cfe596 Color Hex

#CFE596
(207,229,150)
0 Favorites   0 Comments

Color spaces of #cfe596

RGB 207229150
HSL0.210.600.74
HSV77°34°90°
CMYK 0.100.000.34   0.10
XYZ59.256571.506039.5331
Yxy71.50600.34800.4199
Hunter Lab84.5612-22.897831.4743
CIE-Lab87.7303-19.974236.1651

#cfe596 color RGB value is (207,229,150).

#cfe596 hex color red value is 207, green value is 229 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cfe596 hue: 0.21 , saturation: 0.60 and the lightness value of cfe596 is 0.74.

The process color (four color CMYK) of #cfe596 color hex is 0.10, 0.00, 0.34, 0.10. Web safe color of #cfe596 is #cccc99. Color #cfe596 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100101 10010110
Octal 317 345 226
Decimal 207 229 150
Hex CF E5 96

RGB Percentages of Color #cfe596

%35.32
%39.08
%25.60

CMYK Percentages of Color #cfe596

%10
%0
%34
%10

Triadic Colors of #cfe596

#cfe596 #96cfe5 #e596cf

Analogous Colors of #cfe596

#cfe596 #a8e596 #e5d496

Monochromatic Colors of #cfe596

#cfe596

Complementary Color

#cfe596 #ac96e5

#cfe596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe596 Color CSS Codes

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

#cfe596 Text Font Color

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

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


#cfe596 Background Color

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

This div background color is #cfe596


#cfe596 Border Color

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

This div border color is #cfe596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe596


Comments

No comments written yet.

Please login to write comment.