Color Hex Logo

#ceba20 Color Hex

#CEBA20
(206,186,32)
0 Favorites   0 Comments

Color spaces of #ceba20

RGB 20618632
HSL0.150.730.47
HSV53°84°81°
CMYK 0.000.100.84   0.19
XYZ43.273248.34398.4171
Yxy48.34390.43260.4833
Hunter Lab69.5298-10.584241.4933
CIE-Lab75.0413-7.771471.7695

#ceba20 color RGB value is (206,186,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111010 00100000
Octal 316 272 40
Decimal 206 186 32
Hex CE BA 20

RGB Percentages of Color #ceba20

%48.58
%43.87
%7.55

CMYK Percentages of Color #ceba20

%0
%10
%84
%19

Triadic Colors of #ceba20

#ceba20 #20ceba #ba20ce

Analogous Colors of #ceba20

#ceba20 #8bce20 #ce6320

Monochromatic Colors of #ceba20

#ceba20

Complementary Color

#ceba20 #2034ce

#ceba20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceba20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceba20 Color CSS Codes

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

#ceba20 Text Font Color

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

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


#ceba20 Background Color

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

This div background color is #ceba20


#ceba20 Border Color

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

This div border color is #ceba20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceba20


Comments

No comments written yet.

Please login to write comment.