Color Hex Logo

#cfe47a Color Hex

#CFE47A
(207,228,122)
0 Favorites   0 Comments

Color spaces of #cfe47a

RGB 207228122
HSL0.200.660.69
HSV72°46°89°
CMYK 0.090.000.46   0.11
XYZ56.988470.157328.9505
Yxy70.15730.36510.4494
Hunter Lab83.7600-25.132538.1392
CIE-Lab87.0740-22.666149.1075

#cfe47a color RGB value is (207,228,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100100 01111010
Octal 317 344 172
Decimal 207 228 122
Hex CF E4 7A

RGB Percentages of Color #cfe47a

%37.16
%40.93
%21.90

CMYK Percentages of Color #cfe47a

%9
%0
%46
%11

Triadic Colors of #cfe47a

#cfe47a #7acfe4 #e47acf

Analogous Colors of #cfe47a

#cfe47a #9ae47a #e4c47a

Monochromatic Colors of #cfe47a

#cfe47a

Complementary Color

#cfe47a #8f7ae4

#cfe47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe47a Color CSS Codes

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

#cfe47a Text Font Color

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

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


#cfe47a Background Color

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

This div background color is #cfe47a


#cfe47a Border Color

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

This div border color is #cfe47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe47a


Comments

No comments written yet.

Please login to write comment.