Color Hex Logo

#cfe32d Color Hex

#CFE32D
(207,227,45)
0 Favorites   0 Comments

Color spaces of #cfe32d

RGB 20722745
HSL0.180.760.53
HSV67°80°89°
CMYK 0.090.000.80   0.11
XYZ53.674968.393012.8548
Yxy68.39300.39780.5069
Hunter Lab82.7001-28.873148.6741
CIE-Lab86.2026-27.245378.0972

#cfe32d color RGB value is (207,227,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100011 00101101
Octal 317 343 55
Decimal 207 227 45
Hex CF E3 2D

RGB Percentages of Color #cfe32d

%43.22
%47.39
%9.39

CMYK Percentages of Color #cfe32d

%9
%0
%80
%11

Triadic Colors of #cfe32d

#cfe32d #2dcfe3 #e32dcf

Analogous Colors of #cfe32d

#cfe32d #74e32d #e39c2d

Monochromatic Colors of #cfe32d

#cfe32d

Complementary Color

#cfe32d #412de3

#cfe32d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe32d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe32d Color CSS Codes

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

#cfe32d Text Font Color

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

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


#cfe32d Background Color

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

This div background color is #cfe32d


#cfe32d Border Color

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

This div border color is #cfe32d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe32d


Comments

No comments written yet.

Please login to write comment.