Color Hex Logo

#ceb54b Color Hex

#CEB54B
(206,181,75)
0 Favorites   0 Comments

Color spaces of #ceb54b

RGB 20618175
HSL0.130.570.55
HSV49°64°81°
CMYK 0.000.120.64   0.19
XYZ43.247546.677613.3869
Yxy46.67760.41860.4518
Hunter Lab68.3210-6.570536.2074
CIE-Lab73.9831-3.286255.6936

#ceb54b color RGB value is (206,181,75).

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

The process color (four color CMYK) of #ceb54b color hex is 0.00, 0.12, 0.64, 0.19. Web safe color of #ceb54b is #cccc33. Color #ceb54b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110101 01001011
Octal 316 265 113
Decimal 206 181 75
Hex CE B5 4B

RGB Percentages of Color #ceb54b

%44.59
%39.18
%16.23

CMYK Percentages of Color #ceb54b

%0
%12
%64
%19

Triadic Colors of #ceb54b

#ceb54b #4bceb5 #b54bce

Analogous Colors of #ceb54b

#ceb54b #a6ce4b #ce744b

Monochromatic Colors of #ceb54b

#ceb54b

Complementary Color

#ceb54b #4b64ce

#ceb54b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb54b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb54b Color CSS Codes

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

#ceb54b Text Font Color

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

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


#ceb54b Background Color

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

This div background color is #ceb54b


#ceb54b Border Color

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

This div border color is #ceb54b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb54b


Comments

No comments written yet.

Please login to write comment.