Color Hex Logo

#cec31c Color Hex

#CEC31C
(206,195,28)
0 Favorites   0 Comments

Color spaces of #cec31c

RGB 20619528
HSL0.160.760.46
HSV56°86°81°
CMYK 0.000.050.86   0.19
XYZ45.178352.23598.8000
Yxy52.23590.42540.4918
Hunter Lab72.2744-14.900943.3730
CIE-Lab77.4217-12.467874.6008

#cec31c color RGB value is (206,195,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000011 00011100
Octal 316 303 34
Decimal 206 195 28
Hex CE C3 1C

RGB Percentages of Color #cec31c

%48.02
%45.45
%6.53

CMYK Percentages of Color #cec31c

%0
%5
%86
%19

Triadic Colors of #cec31c

#cec31c #1ccec3 #c31cce

Analogous Colors of #cec31c

#cec31c #80ce1c #ce6a1c

Monochromatic Colors of #cec31c

#cec31c

Complementary Color

#cec31c #1c27ce

#cec31c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec31c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec31c Color CSS Codes

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

#cec31c Text Font Color

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

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


#cec31c Background Color

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

This div background color is #cec31c


#cec31c Border Color

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

This div border color is #cec31c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec31c


Comments

No comments written yet.

Please login to write comment.