Color Hex Logo

#cfe157 Color Hex

#CFE157
(207,225,87)
0 Favorites   0 Comments

Color spaces of #cfe157

RGB 20722587
HSL0.190.700.61
HSV68°61°88°
CMYK 0.080.000.61   0.12
XYZ54.377667.803919.2383
Yxy67.80390.38450.4795
Hunter Lab82.3431-26.223043.7879
CIE-Lab85.9083-24.181163.4766

#cfe157 color RGB value is (207,225,87).

#cfe157 hex color red value is 207, green value is 225 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #cfe157 hue: 0.19 , saturation: 0.70 and the lightness value of cfe157 is 0.61.

The process color (four color CMYK) of #cfe157 color hex is 0.08, 0.00, 0.61, 0.12. Web safe color of #cfe157 is #cccc66. Color #cfe157 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 01010111
Octal 317 341 127
Decimal 207 225 87
Hex CF E1 57

RGB Percentages of Color #cfe157

%39.88
%43.35
%16.76

CMYK Percentages of Color #cfe157

%8
%0
%61
%12

Triadic Colors of #cfe157

#cfe157 #57cfe1 #e157cf

Analogous Colors of #cfe157

#cfe157 #8ae157 #e1ae57

Monochromatic Colors of #cfe157

#cfe157

Complementary Color

#cfe157 #6957e1

#cfe157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe157 Color CSS Codes

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

#cfe157 Text Font Color

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

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


#cfe157 Background Color

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

This div background color is #cfe157


#cfe157 Border Color

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

This div border color is #cfe157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe157


Comments

No comments written yet.

Please login to write comment.