Color Hex Logo

#ceb04a Color Hex

#CEB04A
(206,176,74)
0 Favorites   0 Comments

Color spaces of #ceb04a

RGB 20617674
HSL0.130.570.55
HSV46°64°81°
CMYK 0.000.150.64   0.19
XYZ42.215044.666912.8752
Yxy44.66690.42320.4478
Hunter Lab66.8333-4.209435.3613
CIE-Lab72.6720-0.720254.7167

#ceb04a color RGB value is (206,176,74).

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

The process color (four color CMYK) of #ceb04a color hex is 0.00, 0.15, 0.64, 0.19. Web safe color of #ceb04a is #cc9933. Color #ceb04a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110000 01001010
Octal 316 260 112
Decimal 206 176 74
Hex CE B0 4A

RGB Percentages of Color #ceb04a

%45.18
%38.60
%16.23

CMYK Percentages of Color #ceb04a

%0
%15
%64
%19

Triadic Colors of #ceb04a

#ceb04a #4aceb0 #b04ace

Analogous Colors of #ceb04a

#ceb04a #aace4a #ce6e4a

Monochromatic Colors of #ceb04a

#ceb04a

Complementary Color

#ceb04a #4a68ce

#ceb04a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb04a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb04a Color CSS Codes

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

#ceb04a Text Font Color

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

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


#ceb04a Background Color

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

This div background color is #ceb04a


#ceb04a Border Color

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

This div border color is #ceb04a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb04a


Comments

No comments written yet.

Please login to write comment.