Color Hex Logo

#cedf60 Color Hex

#CEDF60
(206,223,96)
0 Favorites   0 Comments

Color spaces of #cedf60

RGB 20622396
HSL0.190.660.63
HSV68°57°87°
CMYK 0.080.000.57   0.13
XYZ53.952666.741721.1052
Yxy66.74170.38050.4707
Hunter Lab81.6956-25.084141.8700
CIE-Lab85.3733-22.959559.0355

#cedf60 color RGB value is (206,223,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011111 01100000
Octal 316 337 140
Decimal 206 223 96
Hex CE DF 60

RGB Percentages of Color #cedf60

%39.24
%42.48
%18.29

CMYK Percentages of Color #cedf60

%8
%0
%57
%13

Triadic Colors of #cedf60

#cedf60 #60cedf #df60ce

Analogous Colors of #cedf60

#cedf60 #8fdf60 #dfb160

Monochromatic Colors of #cedf60

#cedf60

Complementary Color

#cedf60 #7160df

#cedf60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedf60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedf60 Color CSS Codes

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

#cedf60 Text Font Color

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

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


#cedf60 Background Color

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

This div background color is #cedf60


#cedf60 Border Color

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

This div border color is #cedf60


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,223,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 #cedf60">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedf60


Comments

No comments written yet.

Please login to write comment.