Color Hex Logo

#cddf57 Color Hex

#CDDF57
(205,223,87)
0 Favorites   0 Comments

Color spaces of #cddf57

RGB 20522387
HSL0.190.680.61
HSV68°61°87°
CMYK 0.080.000.61   0.13
XYZ53.284866.442619.0331
Yxy66.44260.38400.4788
Hunter Lab81.5123-25.960743.2144
CIE-Lab85.2217-24.020962.6932

#cddf57 color RGB value is (205,223,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011111 01010111
Octal 315 337 127
Decimal 205 223 87
Hex CD DF 57

RGB Percentages of Color #cddf57

%39.81
%43.30
%16.89

CMYK Percentages of Color #cddf57

%8
%0
%61
%13

Triadic Colors of #cddf57

#cddf57 #57cddf #df57cd

Analogous Colors of #cddf57

#cddf57 #89df57 #dfad57

Monochromatic Colors of #cddf57

#cddf57

Complementary Color

#cddf57 #6957df

#cddf57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddf57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddf57 Color CSS Codes

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

#cddf57 Text Font Color

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

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


#cddf57 Background Color

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

This div background color is #cddf57


#cddf57 Border Color

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

This div border color is #cddf57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddf57


Comments

No comments written yet.

Please login to write comment.