Color Hex Logo

#cedc63 Color Hex

#CEDC63
(206,220,99)
0 Favorites   0 Comments

Color spaces of #cedc63

RGB 20622099
HSL0.190.630.63
HSV67°55°86°
CMYK 0.060.000.55   0.14
XYZ53.298965.209121.5818
Yxy65.20910.38050.4655
Hunter Lab80.7522-23.500840.6807
CIE-Lab84.5914-21.267756.8225

#cedc63 color RGB value is (206,220,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 01100011
Octal 316 334 143
Decimal 206 220 99
Hex CE DC 63

RGB Percentages of Color #cedc63

%39.24
%41.90
%18.86

CMYK Percentages of Color #cedc63

%6
%0
%55
%14

Triadic Colors of #cedc63

#cedc63 #63cedc #dc63ce

Analogous Colors of #cedc63

#cedc63 #92dc63 #dcae63

Monochromatic Colors of #cedc63

#cedc63

Complementary Color

#cedc63 #7163dc

#cedc63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedc63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedc63 Color CSS Codes

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

#cedc63 Text Font Color

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

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


#cedc63 Background Color

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

This div background color is #cedc63


#cedc63 Border Color

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

This div border color is #cedc63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedc63


Comments

No comments written yet.

Please login to write comment.