Color Hex Logo

#cfe421 Color Hex

#CFE421
(207,228,33)
0 Favorites   0 Comments

Color spaces of #cfe421

RGB 20722833
HSL0.180.780.51
HSV66°86°89°
CMYK 0.090.000.86   0.11
XYZ53.750068.862011.8976
Yxy68.86200.39960.5119
Hunter Lab82.9831-29.602149.5876
CIE-Lab86.4357-28.057380.9974

#cfe421 color RGB value is (207,228,33).

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

The process color (four color CMYK) of #cfe421 color hex is 0.09, 0.00, 0.86, 0.11. Web safe color of #cfe421 is #cccc33. Color #cfe421 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100100 00100001
Octal 317 344 41
Decimal 207 228 33
Hex CF E4 21

RGB Percentages of Color #cfe421

%44.23
%48.72
%7.05

CMYK Percentages of Color #cfe421

%9
%0
%86
%11

Triadic Colors of #cfe421

#cfe421 #21cfe4 #e421cf

Analogous Colors of #cfe421

#cfe421 #6ee421 #e49821

Monochromatic Colors of #cfe421

#cfe421

Complementary Color

#cfe421 #3621e4

#cfe421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe421 Color CSS Codes

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

#cfe421 Text Font Color

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

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


#cfe421 Background Color

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

This div background color is #cfe421


#cfe421 Border Color

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

This div border color is #cfe421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe421


Comments

No comments written yet.

Please login to write comment.