Color Hex Logo

#cfe960 Color Hex

#CFE960
(207,233,96)
0 Favorites   0 Comments

Color spaces of #cfe960

RGB 20723396
HSL0.200.760.65
HSV71°59°91°
CMYK 0.110.000.59   0.09
XYZ56.982472.387822.0353
Yxy72.38780.37640.4781
Hunter Lab85.0810-29.342744.2011
CIE-Lab88.1549-27.340262.1554

#cfe960 color RGB value is (207,233,96).

#cfe960 hex color red value is 207, green value is 233 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #cfe960 hue: 0.20 , saturation: 0.76 and the lightness value of cfe960 is 0.65.

The process color (four color CMYK) of #cfe960 color hex is 0.11, 0.00, 0.59, 0.09. Web safe color of #cfe960 is #ccff66. Color #cfe960 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101001 01100000
Octal 317 351 140
Decimal 207 233 96
Hex CF E9 60

RGB Percentages of Color #cfe960

%38.62
%43.47
%17.91

CMYK Percentages of Color #cfe960

%11
%0
%59
%9

Triadic Colors of #cfe960

#cfe960 #60cfe9 #e960cf

Analogous Colors of #cfe960

#cfe960 #8be960 #e9bf60

Monochromatic Colors of #cfe960

#cfe960

Complementary Color

#cfe960 #7a60e9

#cfe960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe960 Color CSS Codes

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

#cfe960 Text Font Color

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

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


#cfe960 Background Color

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

This div background color is #cfe960


#cfe960 Border Color

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

This div border color is #cfe960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe960


Comments

No comments written yet.

Please login to write comment.