Color Hex Logo

#cedd60 Color Hex

#CEDD60
(206,221,96)
0 Favorites   0 Comments

Color spaces of #cedd60

RGB 20622196
HSL0.190.650.62
HSV67°57°87°
CMYK 0.070.000.57   0.13
XYZ53.421465.679220.9281
Yxy65.67920.38150.4690
Hunter Lab81.0427-24.161841.4191
CIE-Lab84.8325-21.991558.4277

#cedd60 color RGB value is (206,221,96).

#cedd60 hex color red value is 206, green value is 221 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #cedd60 hue: 0.19 , saturation: 0.65 and the lightness value of cedd60 is 0.62.

The process color (four color CMYK) of #cedd60 color hex is 0.07, 0.00, 0.57, 0.13. Web safe color of #cedd60 is #cccc66. Color #cedd60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011101 01100000
Octal 316 335 140
Decimal 206 221 96
Hex CE DD 60

RGB Percentages of Color #cedd60

%39.39
%42.26
%18.36

CMYK Percentages of Color #cedd60

%7
%0
%57
%13

Triadic Colors of #cedd60

#cedd60 #60cedd #dd60ce

Analogous Colors of #cedd60

#cedd60 #90dd60 #ddae60

Monochromatic Colors of #cedd60

#cedd60

Complementary Color

#cedd60 #6f60dd

#cedd60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedd60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedd60 Color CSS Codes

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

#cedd60 Text Font Color

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

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


#cedd60 Background Color

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

This div background color is #cedd60


#cedd60 Border Color

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

This div border color is #cedd60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedd60


Comments

No comments written yet.

Please login to write comment.