Color Hex Logo

#cfae9b Color Hex

#CFAE9B
(207,174,155)
0 Favorites   0 Comments

Color spaces of #cfae9b

RGB 207174155
HSL0.060.350.71
HSV22°25°81°
CMYK 0.000.160.25   0.19
XYZ46.784645.904137.4049
Yxy45.90410.35960.3529
Hunter Lab67.75264.691114.6939
CIE-Lab73.48339.079014.2090

#cfae9b color RGB value is (207,174,155).

#cfae9b hex color red value is 207, green value is 174 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cfae9b hue: 0.06 , saturation: 0.35 and the lightness value of cfae9b is 0.71.

The process color (four color CMYK) of #cfae9b color hex is 0.00, 0.16, 0.25, 0.19. Web safe color of #cfae9b is #cc9999. Color #cfae9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101110 10011011
Octal 317 256 233
Decimal 207 174 155
Hex CF AE 9B

RGB Percentages of Color #cfae9b

%38.62
%32.46
%28.92

CMYK Percentages of Color #cfae9b

%0
%16
%25
%19

Triadic Colors of #cfae9b

#cfae9b #9bcfae #ae9bcf

Analogous Colors of #cfae9b

#cfae9b #cfc89b #cf9ba2

Monochromatic Colors of #cfae9b

#cfae9b

Complementary Color

#cfae9b #9bbccf

#cfae9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfae9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfae9b Color CSS Codes

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

#cfae9b Text Font Color

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

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


#cfae9b Background Color

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

This div background color is #cfae9b


#cfae9b Border Color

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

This div border color is #cfae9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfae9b


Comments

No comments written yet.

Please login to write comment.