Color Hex Logo

#cfde57 Color Hex

#CFDE57
(207,222,87)
0 Favorites   0 Comments

Color spaces of #cfde57

RGB 20722287
HSL0.190.670.61
HSV67°61°87°
CMYK 0.070.000.61   0.13
XYZ53.573766.196118.9703
Yxy66.19610.38610.4771
Hunter Lab81.3610-24.845043.1285
CIE-Lab85.0963-22.736962.6002

#cfde57 color RGB value is (207,222,87).

#cfde57 hex color red value is 207, green value is 222 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #cfde57 hue: 0.19 , saturation: 0.67 and the lightness value of cfde57 is 0.61.

The process color (four color CMYK) of #cfde57 color hex is 0.07, 0.00, 0.61, 0.13. Web safe color of #cfde57 is #cccc66. Color #cfde57 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011110 01010111
Octal 317 336 127
Decimal 207 222 87
Hex CF DE 57

RGB Percentages of Color #cfde57

%40.12
%43.02
%16.86

CMYK Percentages of Color #cfde57

%7
%0
%61
%13

Triadic Colors of #cfde57

#cfde57 #57cfde #de57cf

Analogous Colors of #cfde57

#cfde57 #8cde57 #deaa57

Monochromatic Colors of #cfde57

#cfde57

Complementary Color

#cfde57 #6657de

#cfde57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfde57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfde57 Color CSS Codes

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

#cfde57 Text Font Color

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

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


#cfde57 Background Color

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

This div background color is #cfde57


#cfde57 Border Color

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

This div border color is #cfde57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfde57


Comments

No comments written yet.

Please login to write comment.