Color Hex Logo

#ced120 Color Hex

#CED120
(206,209,32)
0 Favorites   0 Comments

Color spaces of #ced120

RGB 20620932
HSL0.170.730.47
HSV61°85°82°
CMYK 0.010.000.85   0.18
XYZ48.514858.827010.1643
Yxy58.82700.41290.5006
Hunter Lab76.6988-21.315045.8319
CIE-Lab81.1964-19.359476.8532

#ced120 color RGB value is (206,209,32).

#ced120 hex color red value is 206, green value is 209 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ced120 hue: 0.17 , saturation: 0.73 and the lightness value of ced120 is 0.47.

The process color (four color CMYK) of #ced120 color hex is 0.01, 0.00, 0.85, 0.18. Web safe color of #ced120 is #cccc33. Color #ced120 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010001 00100000
Octal 316 321 40
Decimal 206 209 32
Hex CE D1 20

RGB Percentages of Color #ced120

%46.09
%46.76
%7.16

CMYK Percentages of Color #ced120

%1
%0
%85
%18

Triadic Colors of #ced120

#ced120 #20ced1 #d120ce

Analogous Colors of #ced120

#ced120 #76d120 #d17c20

Monochromatic Colors of #ced120

#ced120

Complementary Color

#ced120 #2320d1

#ced120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced120 Color CSS Codes

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

#ced120 Text Font Color

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

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


#ced120 Background Color

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

This div background color is #ced120


#ced120 Border Color

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

This div border color is #ced120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced120


Comments

No comments written yet.

Please login to write comment.