Color Hex Logo

#cedc50 Color Hex

#CEDC50
(206,220,80)
0 Favorites   0 Comments

Color spaces of #cedc50

RGB 20622080
HSL0.180.670.59
HSV66°64°86°
CMYK 0.060.000.64   0.14
XYZ52.494864.887417.3472
Yxy64.88740.38960.4816
Hunter Lab80.5527-24.641943.6187
CIE-Lab84.4257-22.637564.7251

#cedc50 color RGB value is (206,220,80).

#cedc50 hex color red value is 206, green value is 220 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #cedc50 hue: 0.18 , saturation: 0.67 and the lightness value of cedc50 is 0.59.

The process color (four color CMYK) of #cedc50 color hex is 0.06, 0.00, 0.64, 0.14. Web safe color of #cedc50 is #cccc66. Color #cedc50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 01010000
Octal 316 334 120
Decimal 206 220 80
Hex CE DC 50

RGB Percentages of Color #cedc50

%40.71
%43.48
%15.81

CMYK Percentages of Color #cedc50

%6
%0
%64
%14

Triadic Colors of #cedc50

#cedc50 #50cedc #dc50ce

Analogous Colors of #cedc50

#cedc50 #88dc50 #dca450

Monochromatic Colors of #cedc50

#cedc50

Complementary Color

#cedc50 #5e50dc

#cedc50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedc50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedc50 Color CSS Codes

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

#cedc50 Text Font Color

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

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


#cedc50 Background Color

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

This div background color is #cedc50


#cedc50 Border Color

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

This div border color is #cedc50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedc50


Comments

No comments written yet.

Please login to write comment.