Color Hex Logo

#ceab0d Color Hex

#CEAB0D
(206,171,13)
0 Favorites   0 Comments

Color spaces of #ceab0d

RGB 20617113
HSL0.140.880.43
HSV49°94°81°
CMYK 0.000.170.94   0.19
XYZ40.089242.27676.4281
Yxy42.27670.45150.4761
Hunter Lab65.0205-3.729639.6528
CIE-Lab71.0613-0.291472.2295

#ceab0d color RGB value is (206,171,13).

#ceab0d hex color red value is 206, green value is 171 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ceab0d hue: 0.14 , saturation: 0.88 and the lightness value of ceab0d is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 00001101
Octal 316 253 15
Decimal 206 171 13
Hex CE AB D

RGB Percentages of Color #ceab0d

%52.82
%43.85
%3.33

CMYK Percentages of Color #ceab0d

%0
%17
%94
%19

Triadic Colors of #ceab0d

#ceab0d #0dceab #ab0dce

Analogous Colors of #ceab0d

#ceab0d #91ce0d #ce4a0d

Monochromatic Colors of #ceab0d

#ceab0d

Complementary Color

#ceab0d #0d30ce

#ceab0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceab0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceab0d Color CSS Codes

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

#ceab0d Text Font Color

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

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


#ceab0d Background Color

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

This div background color is #ceab0d


#ceab0d Border Color

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

This div border color is #ceab0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceab0d


Comments

No comments written yet.

Please login to write comment.