Color Hex Logo

#ceb05b Color Hex

#CEB05B
(206,176,91)
0 Favorites   0 Comments

Color spaces of #ceb05b

RGB 20617691
HSL0.120.540.58
HSV44°56°81°
CMYK 0.000.150.56   0.19
XYZ42.867344.927816.3101
Yxy44.92780.41180.4316
Hunter Lab67.0282-3.141232.4926
CIE-Lab72.84430.491946.9625

#ceb05b color RGB value is (206,176,91).

#ceb05b hex color red value is 206, green value is 176 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ceb05b hue: 0.12 , saturation: 0.54 and the lightness value of ceb05b is 0.58.

The process color (four color CMYK) of #ceb05b color hex is 0.00, 0.15, 0.56, 0.19. Web safe color of #ceb05b is #cc9966. Color #ceb05b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110000 01011011
Octal 316 260 133
Decimal 206 176 91
Hex CE B0 5B

RGB Percentages of Color #ceb05b

%43.55
%37.21
%19.24

CMYK Percentages of Color #ceb05b

%0
%15
%56
%19

Triadic Colors of #ceb05b

#ceb05b #5bceb0 #b05bce

Analogous Colors of #ceb05b

#ceb05b #b3ce5b #ce775b

Monochromatic Colors of #ceb05b

#ceb05b

Complementary Color

#ceb05b #5b79ce

#ceb05b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb05b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb05b Color CSS Codes

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

#ceb05b Text Font Color

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

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


#ceb05b Background Color

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

This div background color is #ceb05b


#ceb05b Border Color

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

This div border color is #ceb05b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb05b


Comments

No comments written yet.

Please login to write comment.