Color Hex Logo

#cec30b Color Hex

#CEC30B
(206,195,11)
0 Favorites   0 Comments

Color spaces of #cec30b

RGB 20619511
HSL0.160.900.43
HSV57°95°81°
CMYK 0.000.050.95   0.19
XYZ45.029152.17628.0143
Yxy52.17620.42800.4959
Hunter Lab72.2331-15.133543.9849
CIE-Lab77.3861-12.744377.1935

#cec30b color RGB value is (206,195,11).

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

The process color (four color CMYK) of #cec30b color hex is 0.00, 0.05, 0.95, 0.19. Web safe color of #cec30b is #cccc00. Color #cec30b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000011 00001011
Octal 316 303 13
Decimal 206 195 11
Hex CE C3 B

RGB Percentages of Color #cec30b

%50.00
%47.33
%2.67

CMYK Percentages of Color #cec30b

%0
%5
%95
%19

Triadic Colors of #cec30b

#cec30b #0bcec3 #c30bce

Analogous Colors of #cec30b

#cec30b #78ce0b #ce620b

Monochromatic Colors of #cec30b

#cec30b

Complementary Color

#cec30b #0b16ce

#cec30b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec30b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec30b Color CSS Codes

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

#cec30b Text Font Color

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

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


#cec30b Background Color

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

This div background color is #cec30b


#cec30b Border Color

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

This div border color is #cec30b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec30b


Comments

No comments written yet.

Please login to write comment.