Color Hex Logo

#cde757 Color Hex

#CDE757
(205,231,87)
0 Favorites   0 Comments

Color spaces of #cde757

RGB 20523187
HSL0.200.750.62
HSV71°62°91°
CMYK 0.110.000.62   0.09
XYZ55.473170.819119.7625
Yxy70.81910.37980.4849
Hunter Lab84.1541-29.605144.9844
CIE-Lab87.3970-27.829265.0332

#cde757 color RGB value is (205,231,87).

#cde757 hex color red value is 205, green value is 231 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #cde757 hue: 0.20 , saturation: 0.75 and the lightness value of cde757 is 0.62.

The process color (four color CMYK) of #cde757 color hex is 0.11, 0.00, 0.62, 0.09. Web safe color of #cde757 is #ccff66. Color #cde757 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100111 01010111
Octal 315 347 127
Decimal 205 231 87
Hex CD E7 57

RGB Percentages of Color #cde757

%39.20
%44.17
%16.63

CMYK Percentages of Color #cde757

%11
%0
%62
%9

Triadic Colors of #cde757

#cde757 #57cde7 #e757cd

Analogous Colors of #cde757

#cde757 #85e757 #e7b957

Monochromatic Colors of #cde757

#cde757

Complementary Color

#cde757 #7157e7

#cde757 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde757 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde757 Color CSS Codes

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

#cde757 Text Font Color

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

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


#cde757 Background Color

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

This div background color is #cde757


#cde757 Border Color

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

This div border color is #cde757


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde757


Comments

No comments written yet.

Please login to write comment.