Color Hex Logo

#ceba82 Color Hex

#CEBA82
(206,186,130)
0 Favorites   0 Comments

Color spaces of #ceba82

RGB 206186130
HSL0.120.440.66
HSV44°37°81°
CMYK 0.000.100.37   0.19
XYZ47.041849.851328.2620
Yxy49.85130.37590.3983
Hunter Lab70.6055-4.631625.6912
CIE-Lab75.9779-0.951631.0041

#ceba82 color RGB value is (206,186,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111010 10000010
Octal 316 272 202
Decimal 206 186 130
Hex CE BA 82

RGB Percentages of Color #ceba82

%39.46
%35.63
%24.90

CMYK Percentages of Color #ceba82

%0
%10
%37
%19

Triadic Colors of #ceba82

#ceba82 #82ceba #ba82ce

Analogous Colors of #ceba82

#ceba82 #bcce82 #ce9482

Monochromatic Colors of #ceba82

#ceba82

Complementary Color

#ceba82 #8296ce

#ceba82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceba82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceba82 Color CSS Codes

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

#ceba82 Text Font Color

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

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


#ceba82 Background Color

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

This div background color is #ceba82


#ceba82 Border Color

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

This div border color is #ceba82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceba82


Comments

No comments written yet.

Please login to write comment.