Color Hex Logo

#cea33b Color Hex

#CEA33B
(206,163,59)
0 Favorites   0 Comments

Color spaces of #cea33b

RGB 20616359
HSL0.120.600.52
HSV42°71°81°
CMYK 0.000.210.71   0.19
XYZ39.340239.63209.7140
Yxy39.63200.44360.4469
Hunter Lab62.95401.376034.9191
CIE-Lab69.20665.352957.5412

#cea33b color RGB value is (206,163,59).

#cea33b hex color red value is 206, green value is 163 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #cea33b hue: 0.12 , saturation: 0.60 and the lightness value of cea33b is 0.52.

The process color (four color CMYK) of #cea33b color hex is 0.00, 0.21, 0.71, 0.19. Web safe color of #cea33b is #cc9933. Color #cea33b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100011 00111011
Octal 316 243 73
Decimal 206 163 59
Hex CE A3 3B

RGB Percentages of Color #cea33b

%48.13
%38.08
%13.79

CMYK Percentages of Color #cea33b

%0
%21
%71
%19

Triadic Colors of #cea33b

#cea33b #3bcea3 #a33bce

Analogous Colors of #cea33b

#cea33b #b0ce3b #ce5a3b

Monochromatic Colors of #cea33b

#cea33b

Complementary Color

#cea33b #3b66ce

#cea33b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea33b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea33b Color CSS Codes

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

#cea33b Text Font Color

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

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


#cea33b Background Color

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

This div background color is #cea33b


#cea33b Border Color

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

This div border color is #cea33b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea33b


Comments

No comments written yet.

Please login to write comment.