Color Hex Logo

#ceaa37 Color Hex

#CEAA37
(206,170,55)
0 Favorites   0 Comments

Color spaces of #ceaa37

RGB 20617055
HSL0.130.610.51
HSV46°73°81°
CMYK 0.000.170.73   0.19
XYZ40.517942.14719.6141
Yxy42.14710.43910.4567
Hunter Lab64.9208-2.207336.6643
CIE-Lab70.97221.424360.8928

#ceaa37 color RGB value is (206,170,55).

#ceaa37 hex color red value is 206, green value is 170 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #ceaa37 hue: 0.13 , saturation: 0.61 and the lightness value of ceaa37 is 0.51.

The process color (four color CMYK) of #ceaa37 color hex is 0.00, 0.17, 0.73, 0.19. Web safe color of #ceaa37 is #cc9933. Color #ceaa37 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101010 00110111
Octal 316 252 67
Decimal 206 170 55
Hex CE AA 37

RGB Percentages of Color #ceaa37

%47.80
%39.44
%12.76

CMYK Percentages of Color #ceaa37

%0
%17
%73
%19

Triadic Colors of #ceaa37

#ceaa37 #37ceaa #aa37ce

Analogous Colors of #ceaa37

#ceaa37 #a7ce37 #ce5e37

Monochromatic Colors of #ceaa37

#ceaa37

Complementary Color

#ceaa37 #375bce

#ceaa37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaa37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaa37 Color CSS Codes

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

#ceaa37 Text Font Color

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

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


#ceaa37 Background Color

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

This div background color is #ceaa37


#ceaa37 Border Color

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

This div border color is #ceaa37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaa37


Comments

No comments written yet.

Please login to write comment.