Color Hex Logo

#ceae35 Color Hex

#CEAE35
(206,174,53)
0 Favorites   0 Comments

Color spaces of #ceae35

RGB 20617453
HSL0.130.610.51
HSV47°74°81°
CMYK 0.000.160.74   0.19
XYZ41.232343.65109.6205
Yxy43.65100.43630.4619
Hunter Lab66.0689-4.222337.6148
CIE-Lab71.9946-0.783862.6357

#ceae35 color RGB value is (206,174,53).

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

The process color (four color CMYK) of #ceae35 color hex is 0.00, 0.16, 0.74, 0.19. Web safe color of #ceae35 is #cc9933. Color #ceae35 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 00110101
Octal 316 256 65
Decimal 206 174 53
Hex CE AE 35

RGB Percentages of Color #ceae35

%47.58
%40.18
%12.24

CMYK Percentages of Color #ceae35

%0
%16
%74
%19

Triadic Colors of #ceae35

#ceae35 #35ceae #ae35ce

Analogous Colors of #ceae35

#ceae35 #a2ce35 #ce6235

Monochromatic Colors of #ceae35

#ceae35

Complementary Color

#ceae35 #3555ce

#ceae35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceae35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceae35 Color CSS Codes

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

#ceae35 Text Font Color

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

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


#ceae35 Background Color

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

This div background color is #ceae35


#ceae35 Border Color

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

This div border color is #ceae35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceae35


Comments

No comments written yet.

Please login to write comment.