Color Hex Logo

#cfe021 Color Hex

#CFE021
(207,224,33)
0 Favorites   0 Comments

Color spaces of #cfe021

RGB 20722433
HSL0.180.750.50
HSV65°85°88°
CMYK 0.080.000.85   0.12
XYZ52.662366.686511.5350
Yxy66.68650.40240.5095
Hunter Lab81.6618-27.796648.7884
CIE-Lab85.3454-26.165980.0990

#cfe021 color RGB value is (207,224,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100000 00100001
Octal 317 340 41
Decimal 207 224 33
Hex CF E0 21

RGB Percentages of Color #cfe021

%44.61
%48.28
%7.11

CMYK Percentages of Color #cfe021

%8
%0
%85
%12

Triadic Colors of #cfe021

#cfe021 #21cfe0 #e021cf

Analogous Colors of #cfe021

#cfe021 #70e021 #e09221

Monochromatic Colors of #cfe021

#cfe021

Complementary Color

#cfe021 #3221e0

#cfe021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe021 Color CSS Codes

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

#cfe021 Text Font Color

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

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


#cfe021 Background Color

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

This div background color is #cfe021


#cfe021 Border Color

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

This div border color is #cfe021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe021


Comments

No comments written yet.

Please login to write comment.