Color Hex Logo

#cec41e Color Hex

#CEC41E
(206,196,30)
0 Favorites   0 Comments

Color spaces of #cec41e

RGB 20619630
HSL0.160.750.46
HSV57°85°81°
CMYK 0.000.050.85   0.19
XYZ45.427952.69549.0052
Yxy52.69540.42410.4919
Hunter Lab72.5916-15.329843.4590
CIE-Lab77.6948-12.927874.4048

#cec41e color RGB value is (206,196,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000100 00011110
Octal 316 304 36
Decimal 206 196 30
Hex CE C4 1E

RGB Percentages of Color #cec41e

%47.69
%45.37
%6.94

CMYK Percentages of Color #cec41e

%0
%5
%85
%19

Triadic Colors of #cec41e

#cec41e #1ecec4 #c41ece

Analogous Colors of #cec41e

#cec41e #80ce1e #ce6c1e

Monochromatic Colors of #cec41e

#cec41e

Complementary Color

#cec41e #1e28ce

#cec41e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec41e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec41e Color CSS Codes

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

#cec41e Text Font Color

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

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


#cec41e Background Color

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

This div background color is #cec41e


#cec41e Border Color

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

This div border color is #cec41e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec41e


Comments

No comments written yet.

Please login to write comment.