Color Hex Logo

#ceba81 Color Hex

#CEBA81
(206,186,129)
0 Favorites   0 Comments

Color spaces of #ceba81

RGB 206186129
HSL0.120.440.66
HSV44°37°81°
CMYK 0.000.100.37   0.19
XYZ46.975049.824627.9101
Yxy49.82460.37670.3995
Hunter Lab70.5865-4.735625.9672
CIE-Lab75.9615-1.068131.5075

#ceba81 color RGB value is (206,186,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111010 10000001
Octal 316 272 201
Decimal 206 186 129
Hex CE BA 81

RGB Percentages of Color #ceba81

%39.54
%35.70
%24.76

CMYK Percentages of Color #ceba81

%0
%10
%37
%19

Triadic Colors of #ceba81

#ceba81 #81ceba #ba81ce

Analogous Colors of #ceba81

#ceba81 #bcce81 #ce9481

Monochromatic Colors of #ceba81

#ceba81

Complementary Color

#ceba81 #8195ce

#ceba81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceba81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceba81 Color CSS Codes

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

#ceba81 Text Font Color

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

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


#ceba81 Background Color

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

This div background color is #ceba81


#ceba81 Border Color

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

This div border color is #ceba81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceba81


Comments

No comments written yet.

Please login to write comment.