Color Hex Logo

#cfe321 Color Hex

#CFE321
(207,227,33)
0 Favorites   0 Comments

Color spaces of #cfe321

RGB 20722733
HSL0.180.780.51
HSV66°85°89°
CMYK 0.090.000.85   0.11
XYZ53.475768.313411.8062
Yxy68.31340.40030.5113
Hunter Lab82.6519-29.151649.3872
CIE-Lab86.1629-27.586280.7726

#cfe321 color RGB value is (207,227,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100011 00100001
Octal 317 343 41
Decimal 207 227 33
Hex CF E3 21

RGB Percentages of Color #cfe321

%44.33
%48.61
%7.07

CMYK Percentages of Color #cfe321

%9
%0
%85
%11

Triadic Colors of #cfe321

#cfe321 #21cfe3 #e321cf

Analogous Colors of #cfe321

#cfe321 #6ee321 #e39621

Monochromatic Colors of #cfe321

#cfe321

Complementary Color

#cfe321 #3521e3

#cfe321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe321 Color CSS Codes

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

#cfe321 Text Font Color

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

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


#cfe321 Background Color

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

This div background color is #cfe321


#cfe321 Border Color

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

This div border color is #cfe321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe321


Comments

No comments written yet.

Please login to write comment.