Color Hex Logo

#cea908 Color Hex

#CEA908
(206,169,8)
0 Favorites   0 Comments

Color spaces of #cea908

RGB 2061698
HSL0.140.930.42
HSV49°96°81°
CMYK 0.000.180.96   0.19
XYZ39.685441.51536.1513
Yxy41.51530.45430.4753
Hunter Lab64.4324-2.814339.4423
CIE-Lab70.53540.711972.4572

#cea908 color RGB value is (206,169,8).

#cea908 hex color red value is 206, green value is 169 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #cea908 hue: 0.14 , saturation: 0.93 and the lightness value of cea908 is 0.42.

The process color (four color CMYK) of #cea908 color hex is 0.00, 0.18, 0.96, 0.19. Web safe color of #cea908 is #cc9900. Color #cea908 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101001 00001000
Octal 316 251 10
Decimal 206 169 8
Hex CE A9 8

RGB Percentages of Color #cea908

%53.79
%44.13
%2.09

CMYK Percentages of Color #cea908

%0
%18
%96
%19

Triadic Colors of #cea908

#cea908 #08cea9 #a908ce

Analogous Colors of #cea908

#cea908 #90ce08 #ce4608

Monochromatic Colors of #cea908

#cea908

Complementary Color

#cea908 #082dce

#cea908 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea908 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea908 Color CSS Codes

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

#cea908 Text Font Color

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

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


#cea908 Background Color

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

This div background color is #cea908


#cea908 Border Color

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

This div border color is #cea908


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea908


Comments

No comments written yet.

Please login to write comment.