Color Hex Logo

#ced35c Color Hex

#CED35C
(206,211,92)
0 Favorites   0 Comments

Color spaces of #ced35c

RGB 20621192
HSL0.170.570.59
HSV63°56°83°
CMYK 0.020.000.56   0.17
XYZ50.679660.483019.1285
Yxy60.48300.38900.4642
Hunter Lab77.7708-19.778839.8566
CIE-Lab82.1000-17.397157.1245

#ced35c color RGB value is (206,211,92).

#ced35c hex color red value is 206, green value is 211 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ced35c hue: 0.17 , saturation: 0.57 and the lightness value of ced35c is 0.59.

The process color (four color CMYK) of #ced35c color hex is 0.02, 0.00, 0.56, 0.17. Web safe color of #ced35c is #cccc66. Color #ced35c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010011 01011100
Octal 316 323 134
Decimal 206 211 92
Hex CE D3 5C

RGB Percentages of Color #ced35c

%40.47
%41.45
%18.07

CMYK Percentages of Color #ced35c

%2
%0
%56
%17

Triadic Colors of #ced35c

#ced35c #5cced3 #d35cce

Analogous Colors of #ced35c

#ced35c #93d35c #d39d5c

Monochromatic Colors of #ced35c

#ced35c

Complementary Color

#ced35c #615cd3

#ced35c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced35c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced35c Color CSS Codes

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

#ced35c Text Font Color

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

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


#ced35c Background Color

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

This div background color is #ced35c


#ced35c Border Color

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

This div border color is #ced35c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced35c


Comments

No comments written yet.

Please login to write comment.