Color Hex Logo

#cf988e Color Hex

#CF988E
(207,152,142)
0 Favorites   0 Comments

Color spaces of #cf988e

RGB 207152142
HSL0.030.400.68
HSV31°81°
CMYK 0.000.270.31   0.19
XYZ41.842837.674930.6578
Yxy37.67490.37980.3420
Hunter Lab61.379914.269013.3520
CIE-Lab67.780319.240213.3626

#cf988e color RGB value is (207,152,142).

#cf988e hex color red value is 207, green value is 152 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cf988e hue: 0.03 , saturation: 0.40 and the lightness value of cf988e is 0.68.

The process color (four color CMYK) of #cf988e color hex is 0.00, 0.27, 0.31, 0.19. Web safe color of #cf988e is #cc9999. Color #cf988e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011000 10001110
Octal 317 230 216
Decimal 207 152 142
Hex CF 98 8E

RGB Percentages of Color #cf988e

%41.32
%30.34
%28.34

CMYK Percentages of Color #cf988e

%0
%27
%31
%19

Triadic Colors of #cf988e

#cf988e #8ecf98 #988ecf

Analogous Colors of #cf988e

#cf988e #cfb98e #cf8ea5

Monochromatic Colors of #cf988e

#cf988e

Complementary Color

#cf988e #8ec5cf

#cf988e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf988e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf988e Color CSS Codes

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

#cf988e Text Font Color

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

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


#cf988e Background Color

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

This div background color is #cf988e


#cf988e Border Color

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

This div border color is #cf988e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf988e


Comments

No comments written yet.

Please login to write comment.