Color Hex Logo

#cfe013 Color Hex

#CFE013
(207,224,19)
0 Favorites   0 Comments

Color spaces of #cfe013

RGB 20722419
HSL0.180.840.48
HSV65°92°88°
CMYK 0.080.000.92   0.12
XYZ52.505366.623710.7084
Yxy66.62370.40440.5131
Hunter Lab81.6233-28.018449.3579
CIE-Lab85.3136-26.437382.3609

#cfe013 color RGB value is (207,224,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100000 00010011
Octal 317 340 23
Decimal 207 224 19
Hex CF E0 13

RGB Percentages of Color #cfe013

%46.00
%49.78
%4.22

CMYK Percentages of Color #cfe013

%8
%0
%92
%12

Triadic Colors of #cfe013

#cfe013 #13cfe0 #e013cf

Analogous Colors of #cfe013

#cfe013 #69e013 #e08b13

Monochromatic Colors of #cfe013

#cfe013

Complementary Color

#cfe013 #2413e0

#cfe013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe013 Color CSS Codes

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

#cfe013 Text Font Color

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

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


#cfe013 Background Color

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

This div background color is #cfe013


#cfe013 Border Color

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

This div border color is #cfe013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe013


Comments

No comments written yet.

Please login to write comment.