Color Hex Logo

#ceba50 Color Hex

#CEBA50
(206,186,80)
0 Favorites   0 Comments

Color spaces of #ceba50

RGB 20618680
HSL0.140.560.56
HSV50°61°81°
CMYK 0.000.100.61   0.19
XYZ44.460548.818814.6691
Yxy48.81880.41190.4522
Hunter Lab69.8705-8.688836.4616
CIE-Lab75.3385-5.566054.9516

#ceba50 color RGB value is (206,186,80).

#ceba50 hex color red value is 206, green value is 186 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ceba50 hue: 0.14 , saturation: 0.56 and the lightness value of ceba50 is 0.56.

The process color (four color CMYK) of #ceba50 color hex is 0.00, 0.10, 0.61, 0.19. Web safe color of #ceba50 is #cccc66. Color #ceba50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111010 01010000
Octal 316 272 120
Decimal 206 186 80
Hex CE BA 50

RGB Percentages of Color #ceba50

%43.64
%39.41
%16.95

CMYK Percentages of Color #ceba50

%0
%10
%61
%19

Triadic Colors of #ceba50

#ceba50 #50ceba #ba50ce

Analogous Colors of #ceba50

#ceba50 #a3ce50 #ce7b50

Monochromatic Colors of #ceba50

#ceba50

Complementary Color

#ceba50 #5064ce

#ceba50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceba50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceba50 Color CSS Codes

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

#ceba50 Text Font Color

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

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


#ceba50 Background Color

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

This div background color is #ceba50


#ceba50 Border Color

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

This div border color is #ceba50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceba50


Comments

No comments written yet.

Please login to write comment.