Color Hex Logo

#ceba2a Color Hex

#CEBA2A
(206,186,42)
0 Favorites   0 Comments

Color spaces of #ceba2a

RGB 20618642
HSL0.150.660.49
HSV53°80°81°
CMYK 0.000.100.80   0.19
XYZ43.430448.40689.2449
Yxy48.40680.42970.4789
Hunter Lab69.5750-10.332240.8242
CIE-Lab75.0808-7.476369.1314

#ceba2a color RGB value is (206,186,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111010 00101010
Octal 316 272 52
Decimal 206 186 42
Hex CE BA 2A

RGB Percentages of Color #ceba2a

%47.47
%42.86
%9.68

CMYK Percentages of Color #ceba2a

%0
%10
%80
%19

Triadic Colors of #ceba2a

#ceba2a #2aceba #ba2ace

Analogous Colors of #ceba2a

#ceba2a #90ce2a #ce682a

Monochromatic Colors of #ceba2a

#ceba2a

Complementary Color

#ceba2a #2a3ece

#ceba2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceba2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceba2a Color CSS Codes

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

#ceba2a Text Font Color

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

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


#ceba2a Background Color

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

This div background color is #ceba2a


#ceba2a Border Color

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

This div border color is #ceba2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceba2a


Comments

No comments written yet.

Please login to write comment.