Color Hex Logo

#ceb85a Color Hex

#CEB85A
(206,184,90)
0 Favorites   0 Comments

Color spaces of #ceb85a

RGB 20618490
HSL0.140.540.58
HSV49°56°81°
CMYK 0.000.110.56   0.19
XYZ44.439648.141016.6228
Yxy48.14100.40690.4408
Hunter Lab69.3837-7.094034.3640
CIE-Lab74.9138-3.796349.8560

#ceb85a color RGB value is (206,184,90).

#ceb85a hex color red value is 206, green value is 184 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ceb85a hue: 0.14 , saturation: 0.54 and the lightness value of ceb85a is 0.58.

The process color (four color CMYK) of #ceb85a color hex is 0.00, 0.11, 0.56, 0.19. Web safe color of #ceb85a is #cccc66. Color #ceb85a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111000 01011010
Octal 316 270 132
Decimal 206 184 90
Hex CE B8 5A

RGB Percentages of Color #ceb85a

%42.92
%38.33
%18.75

CMYK Percentages of Color #ceb85a

%0
%11
%56
%19

Triadic Colors of #ceb85a

#ceb85a #5aceb8 #b85ace

Analogous Colors of #ceb85a

#ceb85a #aace5a #ce7e5a

Monochromatic Colors of #ceb85a

#ceb85a

Complementary Color

#ceb85a #5a70ce

#ceb85a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb85a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb85a Color CSS Codes

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

#ceb85a Text Font Color

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

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


#ceb85a Background Color

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

This div background color is #ceb85a


#ceb85a Border Color

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

This div border color is #ceb85a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb85a


Comments

No comments written yet.

Please login to write comment.