Color Hex Logo

#cfe180 Color Hex

#CFE180
(207,225,128)
0 Favorites   0 Comments

Color spaces of #cfe180

RGB 207225128
HSL0.200.620.69
HSV71°43°88°
CMYK 0.080.000.43   0.12
XYZ56.553668.674330.6969
Yxy68.67430.36270.4404
Hunter Lab82.8700-23.207336.0466
CIE-Lab86.3425-20.588345.3107

#cfe180 color RGB value is (207,225,128).

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

The process color (four color CMYK) of #cfe180 color hex is 0.08, 0.00, 0.43, 0.12. Web safe color of #cfe180 is #cccc99. Color #cfe180 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 10000000
Octal 317 341 200
Decimal 207 225 128
Hex CF E1 80

RGB Percentages of Color #cfe180

%36.96
%40.18
%22.86

CMYK Percentages of Color #cfe180

%8
%0
%43
%12

Triadic Colors of #cfe180

#cfe180 #80cfe1 #e180cf

Analogous Colors of #cfe180

#cfe180 #9fe180 #e1c380

Monochromatic Colors of #cfe180

#cfe180

Complementary Color

#cfe180 #9280e1

#cfe180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe180 Color CSS Codes

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

#cfe180 Text Font Color

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

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


#cfe180 Background Color

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

This div background color is #cfe180


#cfe180 Border Color

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

This div border color is #cfe180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe180


Comments

No comments written yet.

Please login to write comment.