Color Hex Logo

#ceb58a Color Hex

#CEB58A
(206,181,138)
0 Favorites   0 Comments

Color spaces of #ceb58a

RGB 206181138
HSL0.110.410.67
HSV38°33°81°
CMYK 0.000.120.33   0.19
XYZ46.564948.004530.8563
Yxy48.00450.37130.3827
Hunter Lab69.2853-1.283922.0948
CIE-Lab74.82782.664825.2311

#ceb58a color RGB value is (206,181,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110101 10001010
Octal 316 265 212
Decimal 206 181 138
Hex CE B5 8A

RGB Percentages of Color #ceb58a

%39.24
%34.48
%26.29

CMYK Percentages of Color #ceb58a

%0
%12
%33
%19

Triadic Colors of #ceb58a

#ceb58a #8aceb5 #b58ace

Analogous Colors of #ceb58a

#ceb58a #c5ce8a #ce938a

Monochromatic Colors of #ceb58a

#ceb58a

Complementary Color

#ceb58a #8aa3ce

#ceb58a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb58a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb58a Color CSS Codes

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

#ceb58a Text Font Color

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

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


#ceb58a Background Color

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

This div background color is #ceb58a


#ceb58a Border Color

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

This div border color is #ceb58a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,181,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 #ceb58a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb58a


Comments

No comments written yet.

Please login to write comment.