Color Hex Logo

#ceb92a Color Hex

#CEB92A
(206,185,42)
0 Favorites   0 Comments

Color spaces of #ceb92a

RGB 20618542
HSL0.150.660.49
HSV52°80°81°
CMYK 0.000.100.80   0.19
XYZ43.220547.98699.1749
Yxy47.98690.43060.4780
Hunter Lab69.2726-9.857440.6381
CIE-Lab74.8167-6.959368.8985

#ceb92a color RGB value is (206,185,42).

#ceb92a hex color red value is 206, green value is 185 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ceb92a hue: 0.15 , saturation: 0.66 and the lightness value of ceb92a is 0.49.

The process color (four color CMYK) of #ceb92a color hex is 0.00, 0.10, 0.80, 0.19. Web safe color of #ceb92a is #cccc33. Color #ceb92a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111001 00101010
Octal 316 271 52
Decimal 206 185 42
Hex CE B9 2A

RGB Percentages of Color #ceb92a

%47.58
%42.73
%9.70

CMYK Percentages of Color #ceb92a

%0
%10
%80
%19

Triadic Colors of #ceb92a

#ceb92a #2aceb9 #b92ace

Analogous Colors of #ceb92a

#ceb92a #91ce2a #ce672a

Monochromatic Colors of #ceb92a

#ceb92a

Complementary Color

#ceb92a #2a3fce

#ceb92a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb92a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb92a Color CSS Codes

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

#ceb92a Text Font Color

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

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


#ceb92a Background Color

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

This div background color is #ceb92a


#ceb92a Border Color

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

This div border color is #ceb92a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb92a


Comments

No comments written yet.

Please login to write comment.