Color Hex Logo

#ceb04d Color Hex

#CEB04D
(206,176,77)
0 Favorites   0 Comments

Color spaces of #ceb04d

RGB 20617677
HSL0.130.570.55
HSV46°63°81°
CMYK 0.000.150.63   0.19
XYZ42.318544.708313.4203
Yxy44.70830.42130.4451
Hunter Lab66.8643-4.039534.9049
CIE-Lab72.6994-0.526853.3977

#ceb04d color RGB value is (206,176,77).

#ceb04d hex color red value is 206, green value is 176 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ceb04d hue: 0.13 , saturation: 0.57 and the lightness value of ceb04d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110000 01001101
Octal 316 260 115
Decimal 206 176 77
Hex CE B0 4D

RGB Percentages of Color #ceb04d

%44.88
%38.34
%16.78

CMYK Percentages of Color #ceb04d

%0
%15
%63
%19

Triadic Colors of #ceb04d

#ceb04d #4dceb0 #b04dce

Analogous Colors of #ceb04d

#ceb04d #acce4d #ce704d

Monochromatic Colors of #ceb04d

#ceb04d

Complementary Color

#ceb04d #4d6bce

#ceb04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb04d Color CSS Codes

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

#ceb04d Text Font Color

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

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


#ceb04d Background Color

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

This div background color is #ceb04d


#ceb04d Border Color

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

This div border color is #ceb04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb04d


Comments

No comments written yet.

Please login to write comment.