Color Hex Logo

#cfe01c Color Hex

#CFE01C
(207,224,28)
0 Favorites   0 Comments

Color spaces of #cfe01c

RGB 20722428
HSL0.180.780.49
HSV65°88°88°
CMYK 0.080.000.88   0.12
XYZ52.597466.660511.1932
Yxy66.66050.40320.5110
Hunter Lab81.6459-27.888149.0238
CIE-Lab85.3322-26.277981.0204

#cfe01c color RGB value is (207,224,28).

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

The process color (four color CMYK) of #cfe01c color hex is 0.08, 0.00, 0.88, 0.12. Web safe color of #cfe01c is #cccc33. Color #cfe01c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100000 00011100
Octal 317 340 34
Decimal 207 224 28
Hex CF E0 1C

RGB Percentages of Color #cfe01c

%45.10
%48.80
%6.10

CMYK Percentages of Color #cfe01c

%8
%0
%88
%12

Triadic Colors of #cfe01c

#cfe01c #1ccfe0 #e01ccf

Analogous Colors of #cfe01c

#cfe01c #6de01c #e08f1c

Monochromatic Colors of #cfe01c

#cfe01c

Complementary Color

#cfe01c #2d1ce0

#cfe01c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe01c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe01c Color CSS Codes

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

#cfe01c Text Font Color

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

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


#cfe01c Background Color

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

This div background color is #cfe01c


#cfe01c Border Color

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

This div border color is #cfe01c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe01c


Comments

No comments written yet.

Please login to write comment.