Color Hex Logo

#cedc2d Color Hex

#CEDC2D
(206,220,45)
0 Favorites   0 Comments

Color spaces of #cedc2d

RGB 20622045
HSL0.180.710.52
HSV65°80°86°
CMYK 0.060.000.80   0.14
XYZ51.520564.497712.2165
Yxy64.49770.40180.5030
Hunter Lab80.3105-26.032647.1984
CIE-Lab84.2242-24.323076.3378

#cedc2d color RGB value is (206,220,45).

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

The process color (four color CMYK) of #cedc2d color hex is 0.06, 0.00, 0.80, 0.14. Web safe color of #cedc2d is #cccc33. Color #cedc2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 00101101
Octal 316 334 55
Decimal 206 220 45
Hex CE DC 2D

RGB Percentages of Color #cedc2d

%43.74
%46.71
%9.55

CMYK Percentages of Color #cedc2d

%6
%0
%80
%14

Triadic Colors of #cedc2d

#cedc2d #2dcedc #dc2dce

Analogous Colors of #cedc2d

#cedc2d #77dc2d #dc932d

Monochromatic Colors of #cedc2d

#cedc2d

Complementary Color

#cedc2d #3b2ddc

#cedc2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedc2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedc2d Color CSS Codes

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

#cedc2d Text Font Color

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

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


#cedc2d Background Color

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

This div background color is #cedc2d


#cedc2d Border Color

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

This div border color is #cedc2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedc2d


Comments

No comments written yet.

Please login to write comment.