Color Hex Logo

#cfe182 Color Hex

#CFE182
(207,225,130)
0 Favorites   0 Comments

Color spaces of #cfe182

RGB 207225130
HSL0.200.610.70
HSV71°42°88°
CMYK 0.080.000.42   0.12
XYZ56.686668.727531.3971
Yxy68.72750.36150.4383
Hunter Lab82.9021-23.024235.5768
CIE-Lab86.3689-20.372844.3666

#cfe182 color RGB value is (207,225,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 10000010
Octal 317 341 202
Decimal 207 225 130
Hex CF E1 82

RGB Percentages of Color #cfe182

%36.83
%40.04
%23.13

CMYK Percentages of Color #cfe182

%8
%0
%42
%12

Triadic Colors of #cfe182

#cfe182 #82cfe1 #e182cf

Analogous Colors of #cfe182

#cfe182 #a0e182 #e1c482

Monochromatic Colors of #cfe182

#cfe182

Complementary Color

#cfe182 #9482e1

#cfe182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe182 Color CSS Codes

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

#cfe182 Text Font Color

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

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


#cfe182 Background Color

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

This div background color is #cfe182


#cfe182 Border Color

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

This div border color is #cfe182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe182


Comments

No comments written yet.

Please login to write comment.