Color Hex Logo

#cec32d Color Hex

#CEC32D
(206,195,45)
0 Favorites   0 Comments

Color spaces of #cec32d

RGB 20619545
HSL0.160.640.49
HSV56°78°81°
CMYK 0.000.050.78   0.19
XYZ45.442452.341510.1905
Yxy52.34150.42090.4848
Hunter Lab72.3474-14.489742.2919
CIE-Lab77.4846-11.980170.3756

#cec32d color RGB value is (206,195,45).

#cec32d hex color red value is 206, green value is 195 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #cec32d hue: 0.16 , saturation: 0.64 and the lightness value of cec32d is 0.49.

The process color (four color CMYK) of #cec32d color hex is 0.00, 0.05, 0.78, 0.19. Web safe color of #cec32d is #cccc33. Color #cec32d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000011 00101101
Octal 316 303 55
Decimal 206 195 45
Hex CE C3 2D

RGB Percentages of Color #cec32d

%46.19
%43.72
%10.09

CMYK Percentages of Color #cec32d

%0
%5
%78
%19

Triadic Colors of #cec32d

#cec32d #2dcec3 #c32dce

Analogous Colors of #cec32d

#cec32d #89ce2d #ce732d

Monochromatic Colors of #cec32d

#cec32d

Complementary Color

#cec32d #2d38ce

#cec32d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec32d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec32d Color CSS Codes

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

#cec32d Text Font Color

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

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


#cec32d Background Color

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

This div background color is #cec32d


#cec32d Border Color

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

This div border color is #cec32d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec32d


Comments

No comments written yet.

Please login to write comment.