Color Hex Logo

#cfe952 Color Hex

#CFE952
(207,233,82)
0 Favorites   0 Comments

Color spaces of #cfe952

RGB 20723382
HSL0.200.770.62
HSV70°65°91°
CMYK 0.110.000.65   0.09
XYZ56.394072.152418.9372
Yxy72.15240.38240.4892
Hunter Lab84.9426-30.142046.2416
CIE-Lab88.0419-28.309267.7438

#cfe952 color RGB value is (207,233,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101001 01010010
Octal 317 351 122
Decimal 207 233 82
Hex CF E9 52

RGB Percentages of Color #cfe952

%39.66
%44.64
%15.71

CMYK Percentages of Color #cfe952

%11
%0
%65
%9

Triadic Colors of #cfe952

#cfe952 #52cfe9 #e952cf

Analogous Colors of #cfe952

#cfe952 #84e952 #e9b852

Monochromatic Colors of #cfe952

#cfe952

Complementary Color

#cfe952 #6c52e9

#cfe952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe952 Color CSS Codes

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

#cfe952 Text Font Color

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

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


#cfe952 Background Color

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

This div background color is #cfe952


#cfe952 Border Color

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

This div border color is #cfe952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe952


Comments

No comments written yet.

Please login to write comment.