Color Hex Logo

#cfe05d Color Hex

#CFE05D
(207,224,93)
0 Favorites   0 Comments

Color spaces of #cfe05d

RGB 20722493
HSL0.190.680.62
HSV68°58°88°
CMYK 0.080.000.58   0.12
XYZ54.363667.367020.4938
Yxy67.36700.38220.4737
Hunter Lab82.0774-25.406842.6501
CIE-Lab85.6889-23.271260.7083

#cfe05d color RGB value is (207,224,93).

#cfe05d hex color red value is 207, green value is 224 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cfe05d hue: 0.19 , saturation: 0.68 and the lightness value of cfe05d is 0.62.

The process color (four color CMYK) of #cfe05d color hex is 0.08, 0.00, 0.58, 0.12. Web safe color of #cfe05d is #cccc66. Color #cfe05d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100000 01011101
Octal 317 340 135
Decimal 207 224 93
Hex CF E0 5D

RGB Percentages of Color #cfe05d

%39.50
%42.75
%17.75

CMYK Percentages of Color #cfe05d

%8
%0
%58
%12

Triadic Colors of #cfe05d

#cfe05d #5dcfe0 #e05dcf

Analogous Colors of #cfe05d

#cfe05d #8ee05d #e0b05d

Monochromatic Colors of #cfe05d

#cfe05d

Complementary Color

#cfe05d #6e5de0

#cfe05d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe05d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe05d Color CSS Codes

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

#cfe05d Text Font Color

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

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


#cfe05d Background Color

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

This div background color is #cfe05d


#cfe05d Border Color

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

This div border color is #cfe05d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe05d


Comments

No comments written yet.

Please login to write comment.