Color Hex Logo

#cfe186 Color Hex

#CFE186
(207,225,134)
0 Favorites   0 Comments

Color spaces of #cfe186

RGB 207225134
HSL0.200.600.70
HSV72°40°88°
CMYK 0.080.000.40   0.12
XYZ56.960468.837132.8390
Yxy68.83710.35910.4339
Hunter Lab82.9681-22.648034.6106
CIE-Lab86.4233-19.930742.4679

#cfe186 color RGB value is (207,225,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 10000110
Octal 317 341 206
Decimal 207 225 134
Hex CF E1 86

RGB Percentages of Color #cfe186

%36.57
%39.75
%23.67

CMYK Percentages of Color #cfe186

%8
%0
%40
%12

Triadic Colors of #cfe186

#cfe186 #86cfe1 #e186cf

Analogous Colors of #cfe186

#cfe186 #a2e186 #e1c686

Monochromatic Colors of #cfe186

#cfe186

Complementary Color

#cfe186 #9886e1

#cfe186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe186 Color CSS Codes

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

#cfe186 Text Font Color

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

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


#cfe186 Background Color

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

This div background color is #cfe186


#cfe186 Border Color

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

This div border color is #cfe186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe186


Comments

No comments written yet.

Please login to write comment.