Color Hex Logo

#ceb05d Color Hex

#CEB05D
(206,176,93)
0 Favorites   0 Comments

Color spaces of #ceb05d

RGB 20617693
HSL0.120.540.59
HSV44°55°81°
CMYK 0.000.150.55   0.19
XYZ42.954744.962816.7707
Yxy44.96280.41030.4295
Hunter Lab67.0543-2.998732.1092
CIE-Lab72.86740.652946.0117

#ceb05d color RGB value is (206,176,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110000 01011101
Octal 316 260 135
Decimal 206 176 93
Hex CE B0 5D

RGB Percentages of Color #ceb05d

%43.37
%37.05
%19.58

CMYK Percentages of Color #ceb05d

%0
%15
%55
%19

Triadic Colors of #ceb05d

#ceb05d #5dceb0 #b05dce

Analogous Colors of #ceb05d

#ceb05d #b4ce5d #ce785d

Monochromatic Colors of #ceb05d

#ceb05d

Complementary Color

#ceb05d #5d7bce

#ceb05d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb05d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb05d Color CSS Codes

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

#ceb05d Text Font Color

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

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


#ceb05d Background Color

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

This div background color is #ceb05d


#ceb05d Border Color

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

This div border color is #ceb05d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb05d


Comments

No comments written yet.

Please login to write comment.