Color Hex Logo

#cec3ab Color Hex

#CEC3AB
(206,195,171)
0 Favorites   0 Comments

Color spaces of #cec3ab

RGB 206195171
HSL0.110.260.74
HSV41°17°81°
CMYK 0.000.050.17   0.19
XYZ52.319455.092346.4044
Yxy55.09230.34010.3582
Hunter Lab74.2242-4.070614.8893
CIE-Lab79.0944-0.115313.4467

#cec3ab color RGB value is (206,195,171).

#cec3ab hex color red value is 206, green value is 195 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cec3ab hue: 0.11 , saturation: 0.26 and the lightness value of cec3ab is 0.74.

The process color (four color CMYK) of #cec3ab color hex is 0.00, 0.05, 0.17, 0.19. Web safe color of #cec3ab is #cccc99. Color #cec3ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000011 10101011
Octal 316 303 253
Decimal 206 195 171
Hex CE C3 AB

RGB Percentages of Color #cec3ab

%36.01
%34.09
%29.90

CMYK Percentages of Color #cec3ab

%0
%5
%17
%19

Triadic Colors of #cec3ab

#cec3ab #abcec3 #c3abce

Analogous Colors of #cec3ab

#cec3ab #c8ceab #ceb2ab

Monochromatic Colors of #cec3ab

#cec3ab

Complementary Color

#cec3ab #abb6ce

#cec3ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec3ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec3ab Color CSS Codes

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

#cec3ab Text Font Color

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

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


#cec3ab Background Color

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

This div background color is #cec3ab


#cec3ab Border Color

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

This div border color is #cec3ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,195,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cec3ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cec3ab;
  -webkit-box-shadow: 1px 1px 3px 2px #cec3ab;
  box-shadow:         1px 1px 3px 2px #cec3ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,195,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec3ab


Comments

No comments written yet.

Please login to write comment.