color codes Logo

#cea33a color codes

#CEA33A
(206,163,58)
0 Favorites   0 Comments

Color spaces of #cea33a

RGB 20616358
HSL0.120.600.52
HSV43°72°81°
CMYK 0.000.210.72   0.19
XYZ39.314539.62179.5786
Yxy39.62170.44420.4476
Hunter Lab62.94581.332035.0397
CIE-Lab69.19925.303557.9456

#cea33a color RGB value is (206,163,58).

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

The process color (four color CMYK) of #cea33a color code is 0.00, 0.21, 0.72, 0.19. Web safe color of #cea33a is #cc9933. Color #cea33a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100011 00111010
Octal 316 243 72
Decimal 206 163 58
Hex CE A3 3A

RGB Percentages of Color #cea33a

%48.24
%38.17
%13.58

CMYK Percentages of Color #cea33a

%0
%21
%72
%19

Triadic Colors of #cea33a

#cea33a #3acea3 #a33ace

Analogous Colors of #cea33a

#cea33a #afce3a #ce593a

Monochromatic Colors of #cea33a

#cea33a

Complementary Color

#cea33a #3a65ce

#cea33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea33a Color CSS Codes

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

#cea33a Text Font Color

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

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


#cea33a Background Color

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

This div background color is #cea33a


#cea33a Border Color

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

This div border color is #cea33a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea33a


Comments

No comments written yet.

Please login to write comment.