Color Hex Logo

#cea605 Color Hex

#CEA605
(206,166,5)
0 Favorites   0 Comments

Color spaces of #cea605

RGB 2061665
HSL0.130.950.41
HSV48°98°81°
CMYK 0.000.190.98   0.19
XYZ39.117240.40525.8809
Yxy40.40520.45800.4731
Hunter Lab63.5651-1.392139.0102
CIE-Lab69.75722.274472.2567

#cea605 color RGB value is (206,166,5).

#cea605 hex color red value is 206, green value is 166 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #cea605 hue: 0.13 , saturation: 0.95 and the lightness value of cea605 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100110 00000101
Octal 316 246 5
Decimal 206 166 5
Hex CE A6 5

RGB Percentages of Color #cea605

%54.64
%44.03
%1.33

CMYK Percentages of Color #cea605

%0
%19
%98
%19

Triadic Colors of #cea605

#cea605 #05cea6 #a605ce

Analogous Colors of #cea605

#cea605 #92ce05 #ce4205

Monochromatic Colors of #cea605

#cea605

Complementary Color

#cea605 #052dce

#cea605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea605 Color CSS Codes

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

#cea605 Text Font Color

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

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


#cea605 Background Color

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

This div background color is #cea605


#cea605 Border Color

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

This div border color is #cea605


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea605


Comments

No comments written yet.

Please login to write comment.