Color Hex Logo

#cfe471 Color Hex

#CFE471
(207,228,113)
0 Favorites   0 Comments

Color spaces of #cfe471

RGB 207228113
HSL0.200.680.67
HSV71°50°89°
CMYK 0.090.000.50   0.11
XYZ56.456269.944526.1479
Yxy69.94450.37010.4585
Hunter Lab83.6328-25.861340.0059
CIE-Lab86.9696-23.533053.2192

#cfe471 color RGB value is (207,228,113).

#cfe471 hex color red value is 207, green value is 228 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #cfe471 hue: 0.20 , saturation: 0.68 and the lightness value of cfe471 is 0.67.

The process color (four color CMYK) of #cfe471 color hex is 0.09, 0.00, 0.50, 0.11. Web safe color of #cfe471 is #cccc66. Color #cfe471 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100100 01110001
Octal 317 344 161
Decimal 207 228 113
Hex CF E4 71

RGB Percentages of Color #cfe471

%37.77
%41.61
%20.62

CMYK Percentages of Color #cfe471

%9
%0
%50
%11

Triadic Colors of #cfe471

#cfe471 #71cfe4 #e471cf

Analogous Colors of #cfe471

#cfe471 #96e471 #e4c071

Monochromatic Colors of #cfe471

#cfe471

Complementary Color

#cfe471 #8671e4

#cfe471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe471 Color CSS Codes

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

#cfe471 Text Font Color

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

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


#cfe471 Background Color

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

This div background color is #cfe471


#cfe471 Border Color

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

This div border color is #cfe471


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,228,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 #cfe471">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe471


Comments

No comments written yet.

Please login to write comment.