Color Hex Logo

#cfe514 Color Hex

#CFE514
(207,229,20)
0 Favorites   0 Comments

Color spaces of #cfe514

RGB 20722920
HSL0.180.840.49
HSV66°91°90°
CMYK 0.100.000.91   0.10
XYZ53.877769.354511.2089
Yxy69.35450.40080.5159
Hunter Lab83.2793-30.258050.3155
CIE-Lab86.6793-28.780283.2992

#cfe514 color RGB value is (207,229,20).

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

The process color (four color CMYK) of #cfe514 color hex is 0.10, 0.00, 0.91, 0.10. Web safe color of #cfe514 is #cccc00. Color #cfe514 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100101 00010100
Octal 317 345 24
Decimal 207 229 20
Hex CF E5 14

RGB Percentages of Color #cfe514

%45.39
%50.22
%4.39

CMYK Percentages of Color #cfe514

%10
%0
%91
%10

Triadic Colors of #cfe514

#cfe514 #14cfe5 #e514cf

Analogous Colors of #cfe514

#cfe514 #67e514 #e59314

Monochromatic Colors of #cfe514

#cfe514

Complementary Color

#cfe514 #2a14e5

#cfe514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe514 Color CSS Codes

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

#cfe514 Text Font Color

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

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


#cfe514 Background Color

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

This div background color is #cfe514


#cfe514 Border Color

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

This div border color is #cfe514


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe514


Comments

No comments written yet.

Please login to write comment.