Color Hex Logo

#ceae2e Color Hex

#CEAE2E
(206,174,46)
0 Favorites   0 Comments

Color spaces of #ceae2e

RGB 20617446
HSL0.130.630.49
HSV48°78°81°
CMYK 0.000.160.78   0.19
XYZ41.082843.59128.8334
Yxy43.59120.43940.4662
Hunter Lab66.0236-4.470838.2840
CIE-Lab71.9544-1.068565.0652

#ceae2e color RGB value is (206,174,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 00101110
Octal 316 256 56
Decimal 206 174 46
Hex CE AE 2E

RGB Percentages of Color #ceae2e

%48.36
%40.85
%10.80

CMYK Percentages of Color #ceae2e

%0
%16
%78
%19

Triadic Colors of #ceae2e

#ceae2e #2eceae #ae2ece

Analogous Colors of #ceae2e

#ceae2e #9ece2e #ce5e2e

Monochromatic Colors of #ceae2e

#ceae2e

Complementary Color

#ceae2e #2e4ece

#ceae2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceae2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceae2e Color CSS Codes

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

#ceae2e Text Font Color

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

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


#ceae2e Background Color

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

This div background color is #ceae2e


#ceae2e Border Color

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

This div border color is #ceae2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceae2e


Comments

No comments written yet.

Please login to write comment.