Color Hex Logo

#cec335 Color Hex

#CEC335
(206,195,53)
0 Favorites   0 Comments

Color spaces of #cec335

RGB 20619553
HSL0.150.610.51
HSV56°74°81°
CMYK 0.000.050.74   0.19
XYZ45.611352.409111.0801
Yxy52.40910.41810.4804
Hunter Lab72.3941-14.227341.6014
CIE-Lab77.5248-11.669767.8760

#cec335 color RGB value is (206,195,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000011 00110101
Octal 316 303 65
Decimal 206 195 53
Hex CE C3 35

RGB Percentages of Color #cec335

%45.37
%42.95
%11.67

CMYK Percentages of Color #cec335

%0
%5
%74
%19

Triadic Colors of #cec335

#cec335 #35cec3 #c335ce

Analogous Colors of #cec335

#cec335 #8dce35 #ce7735

Monochromatic Colors of #cec335

#cec335

Complementary Color

#cec335 #3540ce

#cec335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec335 Color CSS Codes

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

#cec335 Text Font Color

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

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


#cec335 Background Color

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

This div background color is #cec335


#cec335 Border Color

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

This div border color is #cec335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec335


Comments

No comments written yet.

Please login to write comment.