Color Hex Logo

#cedf57 Color Hex

#CEDF57
(206,223,87)
0 Favorites   0 Comments

Color spaces of #cedf57

RGB 20622387
HSL0.190.680.61
HSV67°61°87°
CMYK 0.080.000.61   0.13
XYZ53.561666.585319.0461
Yxy66.58530.38480.4784
Hunter Lab81.5998-25.633443.2811
CIE-Lab85.2941-23.620462.7926

#cedf57 color RGB value is (206,223,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011111 01010111
Octal 316 337 127
Decimal 206 223 87
Hex CE DF 57

RGB Percentages of Color #cedf57

%39.92
%43.22
%16.86

CMYK Percentages of Color #cedf57

%8
%0
%61
%13

Triadic Colors of #cedf57

#cedf57 #57cedf #df57ce

Analogous Colors of #cedf57

#cedf57 #8adf57 #dfac57

Monochromatic Colors of #cedf57

#cedf57

Complementary Color

#cedf57 #6857df

#cedf57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedf57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedf57 Color CSS Codes

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

#cedf57 Text Font Color

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

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


#cedf57 Background Color

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

This div background color is #cedf57


#cedf57 Border Color

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

This div border color is #cedf57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedf57


Comments

No comments written yet.

Please login to write comment.