Color Hex Logo

#cbd5ac Color Hex

#CBD5AC
(203,213,172)
0 Favorites   0 Comments

Color spaces of #cbd5ac

RGB 203213172
HSL0.210.330.75
HSV75°19°84°
CMYK 0.050.000.19   0.16
XYZ55.869263.263648.2962
Yxy63.26360.33370.3779
Hunter Lab79.5384-13.810719.6757
CIE-Lab83.5809-10.388119.1639

#cbd5ac color RGB value is (203,213,172).

#cbd5ac hex color red value is 203, green value is 213 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cbd5ac hue: 0.21 , saturation: 0.33 and the lightness value of cbd5ac is 0.75.

The process color (four color CMYK) of #cbd5ac color hex is 0.05, 0.00, 0.19, 0.16. Web safe color of #cbd5ac is #cccc99. Color #cbd5ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010101 10101100
Octal 313 325 254
Decimal 203 213 172
Hex CB D5 AC

RGB Percentages of Color #cbd5ac

%34.52
%36.22
%29.25

CMYK Percentages of Color #cbd5ac

%5
%0
%19
%16

Triadic Colors of #cbd5ac

#cbd5ac #accbd5 #d5accb

Analogous Colors of #cbd5ac

#cbd5ac #b7d5ac #d5cbac

Monochromatic Colors of #cbd5ac

#cbd5ac

Complementary Color

#cbd5ac #b6acd5

#cbd5ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd5ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd5ac Color CSS Codes

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

#cbd5ac Text Font Color

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

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


#cbd5ac Background Color

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

This div background color is #cbd5ac


#cbd5ac Border Color

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

This div border color is #cbd5ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd5ac


Comments

No comments written yet.

Please login to write comment.