Color Hex Logo

#cec341 Color Hex

#CEC341
(206,195,65)
0 Favorites   0 Comments

Color spaces of #cec341

RGB 20619565
HSL0.150.590.53
HSV55°68°81°
CMYK 0.000.050.68   0.19
XYZ45.922852.533712.7206
Yxy52.53370.41310.4725
Hunter Lab72.4801-13.744140.3304
CIE-Lab77.5989-11.099863.6058

#cec341 color RGB value is (206,195,65).

#cec341 hex color red value is 206, green value is 195 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #cec341 hue: 0.15 , saturation: 0.59 and the lightness value of cec341 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000011 01000001
Octal 316 303 101
Decimal 206 195 65
Hex CE C3 41

RGB Percentages of Color #cec341

%44.21
%41.85
%13.95

CMYK Percentages of Color #cec341

%0
%5
%68
%19

Triadic Colors of #cec341

#cec341 #41cec3 #c341ce

Analogous Colors of #cec341

#cec341 #93ce41 #ce7d41

Monochromatic Colors of #cec341

#cec341

Complementary Color

#cec341 #414cce

#cec341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec341 Color CSS Codes

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

#cec341 Text Font Color

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

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


#cec341 Background Color

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

This div background color is #cec341


#cec341 Border Color

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

This div border color is #cec341


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec341


Comments

No comments written yet.

Please login to write comment.