Color Hex Logo

#cea930 Color Hex

#CEA930
(206,169,48)
0 Favorites   0 Comments

Color spaces of #cea930

RGB 20616948
HSL0.130.620.50
HSV46°77°81°
CMYK 0.000.180.77   0.19
XYZ40.175141.71118.7299
Yxy41.71110.44340.4603
Hunter Lab64.5841-1.984837.1946
CIE-Lab70.67131.657263.1924

#cea930 color RGB value is (206,169,48).

#cea930 hex color red value is 206, green value is 169 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #cea930 hue: 0.13 , saturation: 0.62 and the lightness value of cea930 is 0.50.

The process color (four color CMYK) of #cea930 color hex is 0.00, 0.18, 0.77, 0.19. Web safe color of #cea930 is #cc9933. Color #cea930 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101001 00110000
Octal 316 251 60
Decimal 206 169 48
Hex CE A9 30

RGB Percentages of Color #cea930

%48.70
%39.95
%11.35

CMYK Percentages of Color #cea930

%0
%18
%77
%19

Triadic Colors of #cea930

#cea930 #30cea9 #a930ce

Analogous Colors of #cea930

#cea930 #a4ce30 #ce5a30

Monochromatic Colors of #cea930

#cea930

Complementary Color

#cea930 #3055ce

#cea930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea930 Color CSS Codes

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

#cea930 Text Font Color

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

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


#cea930 Background Color

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

This div background color is #cea930


#cea930 Border Color

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

This div border color is #cea930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea930


Comments

No comments written yet.

Please login to write comment.