Color Hex Logo

#cde380 Color Hex

#CDE380
(205,227,128)
0 Favorites   0 Comments

Color spaces of #cde380

RGB 205227128
HSL0.200.640.70
HSV73°44°89°
CMYK 0.100.000.44   0.11
XYZ56.542269.475830.8522
Yxy69.47580.36040.4429
Hunter Lab83.3521-24.780236.4007
CIE-Lab86.7391-22.326145.7737

#cde380 color RGB value is (205,227,128).

#cde380 hex color red value is 205, green value is 227 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #cde380 hue: 0.20 , saturation: 0.64 and the lightness value of cde380 is 0.70.

The process color (four color CMYK) of #cde380 color hex is 0.10, 0.00, 0.44, 0.11. Web safe color of #cde380 is #cccc99. Color #cde380 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100011 10000000
Octal 315 343 200
Decimal 205 227 128
Hex CD E3 80

RGB Percentages of Color #cde380

%36.61
%40.54
%22.86

CMYK Percentages of Color #cde380

%10
%0
%44
%11

Triadic Colors of #cde380

#cde380 #80cde3 #e380cd

Analogous Colors of #cde380

#cde380 #9ce380 #e3c880

Monochromatic Colors of #cde380

#cde380

Complementary Color

#cde380 #9680e3

#cde380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde380 Color CSS Codes

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

#cde380 Text Font Color

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

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


#cde380 Background Color

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

This div background color is #cde380


#cde380 Border Color

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

This div border color is #cde380


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,227,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde380


Comments

No comments written yet.

Please login to write comment.