Color Hex Logo

#cfe139 Color Hex

#CFE139
(207,225,57)
0 Favorites   0 Comments

Color spaces of #cfe139

RGB 20722557
HSL0.180.740.55
HSV66°75°88°
CMYK 0.080.000.75   0.12
XYZ53.395967.411214.0683
Yxy67.41120.39590.4998
Hunter Lab82.1043-27.596547.3139
CIE-Lab85.7112-25.844574.2549

#cfe139 color RGB value is (207,225,57).

#cfe139 hex color red value is 207, green value is 225 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #cfe139 hue: 0.18 , saturation: 0.74 and the lightness value of cfe139 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 00111001
Octal 317 341 71
Decimal 207 225 57
Hex CF E1 39

RGB Percentages of Color #cfe139

%42.33
%46.01
%11.66

CMYK Percentages of Color #cfe139

%8
%0
%75
%12

Triadic Colors of #cfe139

#cfe139 #39cfe1 #e139cf

Analogous Colors of #cfe139

#cfe139 #7be139 #e19f39

Monochromatic Colors of #cfe139

#cfe139

Complementary Color

#cfe139 #4b39e1

#cfe139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe139 Color CSS Codes

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

#cfe139 Text Font Color

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

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


#cfe139 Background Color

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

This div background color is #cfe139


#cfe139 Border Color

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

This div border color is #cfe139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe139


Comments

No comments written yet.

Please login to write comment.