Color Hex Logo

#ceb54d Color Hex

#CEB54D
(206,181,77)
0 Favorites   0 Comments

Color spaces of #ceb54d

RGB 20618177
HSL0.130.570.55
HSV48°63°81°
CMYK 0.000.120.63   0.19
XYZ43.317046.705413.7532
Yxy46.70540.41740.4501
Hunter Lab68.3413-6.458235.9073
CIE-Lab74.0009-3.157354.8254

#ceb54d color RGB value is (206,181,77).

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

The process color (four color CMYK) of #ceb54d color hex is 0.00, 0.12, 0.63, 0.19. Web safe color of #ceb54d is #cccc66. Color #ceb54d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110101 01001101
Octal 316 265 115
Decimal 206 181 77
Hex CE B5 4D

RGB Percentages of Color #ceb54d

%44.40
%39.01
%16.59

CMYK Percentages of Color #ceb54d

%0
%12
%63
%19

Triadic Colors of #ceb54d

#ceb54d #4dceb5 #b54dce

Analogous Colors of #ceb54d

#ceb54d #a7ce4d #ce754d

Monochromatic Colors of #ceb54d

#ceb54d

Complementary Color

#ceb54d #4d66ce

#ceb54d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb54d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb54d Color CSS Codes

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

#ceb54d Text Font Color

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

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


#ceb54d Background Color

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

This div background color is #ceb54d


#ceb54d Border Color

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

This div border color is #ceb54d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,181,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 #ceb54d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb54d


Comments

No comments written yet.

Please login to write comment.