Color Hex Logo

#cfe47c Color Hex

#CFE47C
(207,228,124)
0 Favorites   0 Comments

Color spaces of #cfe47c

RGB 207228124
HSL0.200.660.69
HSV72°46°89°
CMYK 0.090.000.46   0.11
XYZ57.113670.207429.6100
Yxy70.20740.36390.4474
Hunter Lab83.7899-24.961537.7008
CIE-Lab87.0985-22.463348.1805

#cfe47c color RGB value is (207,228,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100100 01111100
Octal 317 344 174
Decimal 207 228 124
Hex CF E4 7C

RGB Percentages of Color #cfe47c

%37.03
%40.79
%22.18

CMYK Percentages of Color #cfe47c

%9
%0
%46
%11

Triadic Colors of #cfe47c

#cfe47c #7ccfe4 #e47ccf

Analogous Colors of #cfe47c

#cfe47c #9be47c #e4c57c

Monochromatic Colors of #cfe47c

#cfe47c

Complementary Color

#cfe47c #917ce4

#cfe47c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe47c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe47c Color CSS Codes

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

#cfe47c Text Font Color

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

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


#cfe47c Background Color

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

This div background color is #cfe47c


#cfe47c Border Color

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

This div border color is #cfe47c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe47c


Comments

No comments written yet.

Please login to write comment.