Color Hex Logo

#cfe172 Color Hex

#CFE172
(207,225,114)
0 Favorites   0 Comments

Color spaces of #cfe172

RGB 207225114
HSL0.190.650.66
HSV70°49°88°
CMYK 0.080.000.49   0.12
XYZ55.694668.330726.1733
Yxy68.33070.37080.4549
Hunter Lab82.6624-24.393039.0907
CIE-Lab86.1715-21.991551.8030

#cfe172 color RGB value is (207,225,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 01110010
Octal 317 341 162
Decimal 207 225 114
Hex CF E1 72

RGB Percentages of Color #cfe172

%37.91
%41.21
%20.88

CMYK Percentages of Color #cfe172

%8
%0
%49
%12

Triadic Colors of #cfe172

#cfe172 #72cfe1 #e172cf

Analogous Colors of #cfe172

#cfe172 #98e172 #e1bc72

Monochromatic Colors of #cfe172

#cfe172

Complementary Color

#cfe172 #8472e1

#cfe172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe172 Color CSS Codes

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

#cfe172 Text Font Color

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

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


#cfe172 Background Color

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

This div background color is #cfe172


#cfe172 Border Color

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

This div border color is #cfe172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe172


Comments

No comments written yet.

Please login to write comment.