Color Hex Logo

#cec328 Color Hex

#CEC328
(206,195,40)
0 Favorites   0 Comments

Color spaces of #cec328

RGB 20619540
HSL0.160.670.48
HSV56°81°81°
CMYK 0.000.050.81   0.19
XYZ45.351752.30529.7131
Yxy52.30520.42240.4871
Hunter Lab72.3223-14.630842.6628
CIE-Lab77.4630-12.147271.7791

#cec328 color RGB value is (206,195,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000011 00101000
Octal 316 303 50
Decimal 206 195 40
Hex CE C3 28

RGB Percentages of Color #cec328

%46.71
%44.22
%9.07

CMYK Percentages of Color #cec328

%0
%5
%81
%19

Triadic Colors of #cec328

#cec328 #28cec3 #c328ce

Analogous Colors of #cec328

#cec328 #86ce28 #ce7028

Monochromatic Colors of #cec328

#cec328

Complementary Color

#cec328 #2833ce

#cec328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec328 Color CSS Codes

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

#cec328 Text Font Color

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

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


#cec328 Background Color

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

This div background color is #cec328


#cec328 Border Color

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

This div border color is #cec328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec328

#cec328 Color Palettes


Comments

No comments written yet.

Please login to write comment.