Color Hex Logo

#ceac05 Color Hex

#CEAC05
(206,172,5)
0 Favorites   0 Comments

Color spaces of #ceac05

RGB 2061725
HSL0.140.950.41
HSV50°98°81°
CMYK 0.000.170.98   0.19
XYZ40.233542.63786.2530
Yxy42.63780.45140.4784
Hunter Lab65.2976-4.287140.0306
CIE-Lab71.3084-0.907473.3693

#ceac05 color RGB value is (206,172,5).

#ceac05 hex color red value is 206, green value is 172 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #ceac05 hue: 0.14 , saturation: 0.95 and the lightness value of ceac05 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101100 00000101
Octal 316 254 5
Decimal 206 172 5
Hex CE AC 5

RGB Percentages of Color #ceac05

%53.79
%44.91
%1.31

CMYK Percentages of Color #ceac05

%0
%17
%98
%19

Triadic Colors of #ceac05

#ceac05 #05ceac #ac05ce

Analogous Colors of #ceac05

#ceac05 #8cce05 #ce4805

Monochromatic Colors of #ceac05

#ceac05

Complementary Color

#ceac05 #0527ce

#ceac05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceac05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceac05 Color CSS Codes

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

#ceac05 Text Font Color

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

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


#ceac05 Background Color

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

This div background color is #ceac05


#ceac05 Border Color

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

This div border color is #ceac05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceac05


Comments

No comments written yet.

Please login to write comment.