Color Hex Logo

#cfe595 Color Hex

#CFE595
(207,229,149)
0 Favorites   0 Comments

Color spaces of #cfe595

RGB 207229149
HSL0.210.610.74
HSV77°35°90°
CMYK 0.100.000.35   0.10
XYZ59.176371.473939.1107
Yxy71.47390.34860.4210
Hunter Lab84.5422-23.005831.7510
CIE-Lab87.7147-20.100136.6483

#cfe595 color RGB value is (207,229,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100101 10010101
Octal 317 345 225
Decimal 207 229 149
Hex CF E5 95

RGB Percentages of Color #cfe595

%35.38
%39.15
%25.47

CMYK Percentages of Color #cfe595

%10
%0
%35
%10

Triadic Colors of #cfe595

#cfe595 #95cfe5 #e595cf

Analogous Colors of #cfe595

#cfe595 #a7e595 #e5d395

Monochromatic Colors of #cfe595

#cfe595

Complementary Color

#cfe595 #ab95e5

#cfe595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe595 Color CSS Codes

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

#cfe595 Text Font Color

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

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


#cfe595 Background Color

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

This div background color is #cfe595


#cfe595 Border Color

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

This div border color is #cfe595


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,229,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe595


Comments

No comments written yet.

Please login to write comment.