Color Hex Logo

#ceb54e Color Hex

#CEB54E
(206,181,78)
0 Favorites   0 Comments

Color spaces of #ceb54e

RGB 20618178
HSL0.130.570.56
HSV48°62°81°
CMYK 0.000.120.62   0.19
XYZ43.352646.719613.9406
Yxy46.71960.41680.4492
Hunter Lab68.3517-6.400635.7538
CIE-Lab74.0101-3.091254.3874

#ceb54e color RGB value is (206,181,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110101 01001110
Octal 316 265 116
Decimal 206 181 78
Hex CE B5 4E

RGB Percentages of Color #ceb54e

%44.30
%38.92
%16.77

CMYK Percentages of Color #ceb54e

%0
%12
%62
%19

Triadic Colors of #ceb54e

#ceb54e #4eceb5 #b54ece

Analogous Colors of #ceb54e

#ceb54e #a7ce4e #ce754e

Monochromatic Colors of #ceb54e

#ceb54e

Complementary Color

#ceb54e #4e67ce

#ceb54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb54e Color CSS Codes

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

#ceb54e Text Font Color

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

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


#ceb54e Background Color

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

This div background color is #ceb54e


#ceb54e Border Color

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

This div border color is #ceb54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb54e


Comments

No comments written yet.

Please login to write comment.