Color Hex Logo

#cfea14 Color Hex

#CFEA14
(207,234,20)
0 Favorites   0 Comments

Color spaces of #cfea14

RGB 20723420
HSL0.190.840.50
HSV68°91°92°
CMYK 0.120.000.91   0.08
XYZ55.281272.161511.6768
Yxy72.16150.39740.5187
Hunter Lab84.9479-32.497251.3136
CIE-Lab88.0463-31.110084.3695

#cfea14 color RGB value is (207,234,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101010 00010100
Octal 317 352 24
Decimal 207 234 20
Hex CF EA 14

RGB Percentages of Color #cfea14

%44.90
%50.76
%4.34

CMYK Percentages of Color #cfea14

%12
%0
%91
%8

Triadic Colors of #cfea14

#cfea14 #14cfea #ea14cf

Analogous Colors of #cfea14

#cfea14 #64ea14 #ea9a14

Monochromatic Colors of #cfea14

#cfea14

Complementary Color

#cfea14 #2f14ea

#cfea14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfea14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfea14 Color CSS Codes

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

#cfea14 Text Font Color

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

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


#cfea14 Background Color

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

This div background color is #cfea14


#cfea14 Border Color

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

This div border color is #cfea14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfea14


Comments

No comments written yet.

Please login to write comment.