Color Hex Logo

#ceba8d Color Hex

#CEBA8D
(206,186,141)
0 Favorites   0 Comments

Color spaces of #ceba8d

RGB 206186141
HSL0.120.400.68
HSV42°32°81°
CMYK 0.000.100.32   0.19
XYZ47.820250.162732.3613
Yxy50.16270.36690.3848
Hunter Lab70.8256-3.424822.4874
CIE-Lab76.16900.394225.4416

#ceba8d color RGB value is (206,186,141).

#ceba8d hex color red value is 206, green value is 186 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ceba8d hue: 0.12 , saturation: 0.40 and the lightness value of ceba8d is 0.68.

The process color (four color CMYK) of #ceba8d color hex is 0.00, 0.10, 0.32, 0.19. Web safe color of #ceba8d is #cccc99. Color #ceba8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111010 10001101
Octal 316 272 215
Decimal 206 186 141
Hex CE BA 8D

RGB Percentages of Color #ceba8d

%38.65
%34.90
%26.45

CMYK Percentages of Color #ceba8d

%0
%10
%32
%19

Triadic Colors of #ceba8d

#ceba8d #8dceba #ba8dce

Analogous Colors of #ceba8d

#ceba8d #c2ce8d #ce9a8d

Monochromatic Colors of #ceba8d

#ceba8d

Complementary Color

#ceba8d #8da1ce

#ceba8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceba8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceba8d Color CSS Codes

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

#ceba8d Text Font Color

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

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


#ceba8d Background Color

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

This div background color is #ceba8d


#ceba8d Border Color

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

This div border color is #ceba8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceba8d


Comments

No comments written yet.

Please login to write comment.