Color Hex Logo

#ceb35a Color Hex

#CEB35A
(206,179,90)
0 Favorites   0 Comments

Color spaces of #ceb35a

RGB 20617990
HSL0.130.540.58
HSV46°56°81°
CMYK 0.000.130.56   0.19
XYZ43.419246.100216.2827
Yxy46.10020.41040.4357
Hunter Lab67.8971-4.671933.3094
CIE-Lab73.6105-1.172048.3430

#ceb35a color RGB value is (206,179,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110011 01011010
Octal 316 263 132
Decimal 206 179 90
Hex CE B3 5A

RGB Percentages of Color #ceb35a

%43.37
%37.68
%18.95

CMYK Percentages of Color #ceb35a

%0
%13
%56
%19

Triadic Colors of #ceb35a

#ceb35a #5aceb3 #b35ace

Analogous Colors of #ceb35a

#ceb35a #afce5a #ce795a

Monochromatic Colors of #ceb35a

#ceb35a

Complementary Color

#ceb35a #5a75ce

#ceb35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb35a Color CSS Codes

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

#ceb35a Text Font Color

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

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


#ceb35a Background Color

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

This div background color is #ceb35a


#ceb35a Border Color

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

This div border color is #ceb35a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb35a


Comments

No comments written yet.

Please login to write comment.