Color Hex Logo

#cbaeaf Color Hex

#CBAEAF
(203,174,175)
0 Favorites   0 Comments

Color spaces of #cbaeaf

RGB 203174175
HSL0.990.220.74
HSV358°14°80°
CMYK 0.000.140.14   0.20
XYZ47.502546.063846.9450
Yxy46.06380.33810.3278
Hunter Lab67.87036.15936.4991
CIE-Lab73.586910.64133.3688

#cbaeaf color RGB value is (203,174,175).

#cbaeaf hex color red value is 203, green value is 174 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #cbaeaf hue: 0.99 , saturation: 0.22 and the lightness value of cbaeaf is 0.74.

The process color (four color CMYK) of #cbaeaf color hex is 0.00, 0.14, 0.14, 0.20. Web safe color of #cbaeaf is #cc9999. Color #cbaeaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 10101111
Octal 313 256 257
Decimal 203 174 175
Hex CB AE AF

RGB Percentages of Color #cbaeaf

%36.78
%31.52
%31.70

CMYK Percentages of Color #cbaeaf

%0
%14
%14
%20

Triadic Colors of #cbaeaf

#cbaeaf #afcbae #aeafcb

Analogous Colors of #cbaeaf

#cbaeaf #cbbcae #cbaebe

Monochromatic Colors of #cbaeaf

#cbaeaf

Complementary Color

#cbaeaf #aecbca

#cbaeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaeaf Color CSS Codes

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

#cbaeaf Text Font Color

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

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


#cbaeaf Background Color

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

This div background color is #cbaeaf


#cbaeaf Border Color

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

This div border color is #cbaeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaeaf


Comments

No comments written yet.

Please login to write comment.