Color Hex Logo

#cfe472 Color Hex

#CFE472
(207,228,114)
0 Favorites   0 Comments

Color spaces of #cfe472

RGB 207228114
HSL0.200.680.67
HSV71°50°89°
CMYK 0.090.000.50   0.11
XYZ56.512869.967126.4461
Yxy69.96710.36950.4575
Hunter Lab83.6463-25.783639.8070
CIE-Lab86.9807-23.440452.7676

#cfe472 color RGB value is (207,228,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100100 01110010
Octal 317 344 162
Decimal 207 228 114
Hex CF E4 72

RGB Percentages of Color #cfe472

%37.70
%41.53
%20.77

CMYK Percentages of Color #cfe472

%9
%0
%50
%11

Triadic Colors of #cfe472

#cfe472 #72cfe4 #e472cf

Analogous Colors of #cfe472

#cfe472 #96e472 #e4c072

Monochromatic Colors of #cfe472

#cfe472

Complementary Color

#cfe472 #8772e4

#cfe472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe472 Color CSS Codes

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

#cfe472 Text Font Color

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

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


#cfe472 Background Color

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

This div background color is #cfe472


#cfe472 Border Color

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

This div border color is #cfe472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe472


Comments

No comments written yet.

Please login to write comment.