Color Hex Logo

#ceab1a Color Hex

#CEAB1A
(206,171,26)
0 Favorites   0 Comments

Color spaces of #ceab1a

RGB 20617126
HSL0.130.780.45
HSV48°87°81°
CMYK 0.000.170.87   0.19
XYZ40.203042.32227.0274
Yxy42.32220.44890.4726
Hunter Lab65.0555-3.537739.1343
CIE-Lab71.0925-0.071569.9348

#ceab1a color RGB value is (206,171,26).

#ceab1a hex color red value is 206, green value is 171 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ceab1a hue: 0.13 , saturation: 0.78 and the lightness value of ceab1a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 00011010
Octal 316 253 32
Decimal 206 171 26
Hex CE AB 1A

RGB Percentages of Color #ceab1a

%51.12
%42.43
%6.45

CMYK Percentages of Color #ceab1a

%0
%17
%87
%19

Triadic Colors of #ceab1a

#ceab1a #1aceab #ab1ace

Analogous Colors of #ceab1a

#ceab1a #97ce1a #ce511a

Monochromatic Colors of #ceab1a

#ceab1a

Complementary Color

#ceab1a #1a3dce

#ceab1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceab1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceab1a Color CSS Codes

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

#ceab1a Text Font Color

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

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


#ceab1a Background Color

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

This div background color is #ceab1a


#ceab1a Border Color

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

This div border color is #ceab1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceab1a


Comments

No comments written yet.

Please login to write comment.