Color Hex Logo

#cfea09 Color Hex

#CFEA09
(207,234,9)
0 Favorites   0 Comments

Color spaces of #cfea09

RGB 2072349
HSL0.190.930.48
HSV67°96°92°
CMYK 0.120.000.96   0.08
XYZ55.204372.130811.2715
Yxy72.13080.39830.5204
Hunter Lab84.9299-32.602551.5822
CIE-Lab88.0315-31.240085.4564

#cfea09 color RGB value is (207,234,9).

#cfea09 hex color red value is 207, green value is 234 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #cfea09 hue: 0.19 , saturation: 0.93 and the lightness value of cfea09 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101010 00001001
Octal 317 352 11
Decimal 207 234 9
Hex CF EA 9

RGB Percentages of Color #cfea09

%46.00
%52.00
%2.00

CMYK Percentages of Color #cfea09

%12
%0
%96
%8

Triadic Colors of #cfea09

#cfea09 #09cfea #ea09cf

Analogous Colors of #cfea09

#cfea09 #5fea09 #ea9509

Monochromatic Colors of #cfea09

#cfea09

Complementary Color

#cfea09 #2409ea

#cfea09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfea09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfea09 Color CSS Codes

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

#cfea09 Text Font Color

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

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


#cfea09 Background Color

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

This div background color is #cfea09


#cfea09 Border Color

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

This div border color is #cfea09


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,234,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 #cfea09">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfea09


Comments

No comments written yet.

Please login to write comment.