Color Hex Logo

#cec48a Color Hex

#CEC48A
(206,196,138)
0 Favorites   0 Comments

Color spaces of #cec48a

RGB 206196138
HSL0.140.410.67
HSV51°33°81°
CMYK 0.000.050.33   0.19
XYZ49.781054.436631.9283
Yxy54.43660.36560.3998
Hunter Lab73.7812-8.681025.9895
CIE-Lab78.7156-5.219930.4303

#cec48a color RGB value is (206,196,138).

#cec48a hex color red value is 206, green value is 196 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cec48a hue: 0.14 , saturation: 0.41 and the lightness value of cec48a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000100 10001010
Octal 316 304 212
Decimal 206 196 138
Hex CE C4 8A

RGB Percentages of Color #cec48a

%38.15
%36.30
%25.56

CMYK Percentages of Color #cec48a

%0
%5
%33
%19

Triadic Colors of #cec48a

#cec48a #8acec4 #c48ace

Analogous Colors of #cec48a

#cec48a #b6ce8a #cea28a

Monochromatic Colors of #cec48a

#cec48a

Complementary Color

#cec48a #8a94ce

#cec48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec48a Color CSS Codes

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

#cec48a Text Font Color

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

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


#cec48a Background Color

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

This div background color is #cec48a


#cec48a Border Color

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

This div border color is #cec48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec48a


Comments

No comments written yet.

Please login to write comment.