Color Hex Logo

#cedc57 Color Hex

#CEDC57
(206,220,87)
0 Favorites   0 Comments

Color spaces of #cedc57

RGB 20622087
HSL0.180.660.60
HSV66°60°86°
CMYK 0.060.000.60   0.14
XYZ52.767164.996318.7812
Yxy64.99630.38640.4760
Hunter Lab80.6203-24.254842.6221
CIE-Lab84.4818-22.171561.9131

#cedc57 color RGB value is (206,220,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 01010111
Octal 316 334 127
Decimal 206 220 87
Hex CE DC 57

RGB Percentages of Color #cedc57

%40.16
%42.88
%16.96

CMYK Percentages of Color #cedc57

%6
%0
%60
%14

Triadic Colors of #cedc57

#cedc57 #57cedc #dc57ce

Analogous Colors of #cedc57

#cedc57 #8cdc57 #dca857

Monochromatic Colors of #cedc57

#cedc57

Complementary Color

#cedc57 #6557dc

#cedc57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedc57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedc57 Color CSS Codes

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

#cedc57 Text Font Color

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

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


#cedc57 Background Color

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

This div background color is #cedc57


#cedc57 Border Color

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

This div border color is #cedc57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedc57


Comments

No comments written yet.

Please login to write comment.