Color Hex Logo

#cfe171 Color Hex

#CFE171
(207,225,113)
0 Favorites   0 Comments

Color spaces of #cfe171

RGB 207225113
HSL0.190.650.66
HSV70°50°88°
CMYK 0.080.000.50   0.12
XYZ55.638068.308125.8751
Yxy68.30810.37140.4559
Hunter Lab82.6487-24.471539.2920
CIE-Lab86.1603-22.084752.2576

#cfe171 color RGB value is (207,225,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 01110001
Octal 317 341 161
Decimal 207 225 113
Hex CF E1 71

RGB Percentages of Color #cfe171

%37.98
%41.28
%20.73

CMYK Percentages of Color #cfe171

%8
%0
%50
%12

Triadic Colors of #cfe171

#cfe171 #71cfe1 #e171cf

Analogous Colors of #cfe171

#cfe171 #97e171 #e1bb71

Monochromatic Colors of #cfe171

#cfe171

Complementary Color

#cfe171 #8371e1

#cfe171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe171 Color CSS Codes

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

#cfe171 Text Font Color

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

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


#cfe171 Background Color

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

This div background color is #cfe171


#cfe171 Border Color

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

This div border color is #cfe171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe171


Comments

No comments written yet.

Please login to write comment.