Color Hex Logo

#cfe009 Color Hex

#CFE009
(207,224,9)
0 Favorites   0 Comments

Color spaces of #cfe009

RGB 2072249
HSL0.180.920.46
HSV65°96°88°
CMYK 0.080.000.96   0.12
XYZ52.437166.596410.3491
Yxy66.59640.40530.5147
Hunter Lab81.6066-28.114749.6057
CIE-Lab85.2997-26.555383.3813

#cfe009 color RGB value is (207,224,9).

#cfe009 hex color red value is 207, green value is 224 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #cfe009 hue: 0.18 , saturation: 0.92 and the lightness value of cfe009 is 0.46.

The process color (four color CMYK) of #cfe009 color hex is 0.08, 0.00, 0.96, 0.12. Web safe color of #cfe009 is #cccc00. Color #cfe009 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100000 00001001
Octal 317 340 11
Decimal 207 224 9
Hex CF E0 9

RGB Percentages of Color #cfe009

%47.05
%50.91
%2.05

CMYK Percentages of Color #cfe009

%8
%0
%96
%12

Triadic Colors of #cfe009

#cfe009 #09cfe0 #e009cf

Analogous Colors of #cfe009

#cfe009 #64e009 #e08609

Monochromatic Colors of #cfe009

#cfe009

Complementary Color

#cfe009 #1a09e0

#cfe009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe009 Color CSS Codes

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

#cfe009 Text Font Color

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

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


#cfe009 Background Color

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

This div background color is #cfe009


#cfe009 Border Color

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

This div border color is #cfe009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe009


Comments

No comments written yet.

Please login to write comment.