Color Hex Logo

#cde355 Color Hex

#CDE355
(205,227,85)
0 Favorites   0 Comments

Color spaces of #cde355

RGB 20522785
HSL0.190.720.61
HSV69°63°89°
CMYK 0.100.000.63   0.11
XYZ54.285668.573218.9691
Yxy68.57320.38280.4835
Hunter Lab82.8089-27.899544.3847
CIE-Lab86.2923-26.070464.6645

#cde355 color RGB value is (205,227,85).

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

The process color (four color CMYK) of #cde355 color hex is 0.10, 0.00, 0.63, 0.11. Web safe color of #cde355 is #cccc66. Color #cde355 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100011 01010101
Octal 315 343 125
Decimal 205 227 85
Hex CD E3 55

RGB Percentages of Color #cde355

%39.65
%43.91
%16.44

CMYK Percentages of Color #cde355

%10
%0
%63
%11

Triadic Colors of #cde355

#cde355 #55cde3 #e355cd

Analogous Colors of #cde355

#cde355 #86e355 #e3b255

Monochromatic Colors of #cde355

#cde355

Complementary Color

#cde355 #6b55e3

#cde355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde355 Color CSS Codes

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

#cde355 Text Font Color

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

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


#cde355 Background Color

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

This div background color is #cde355


#cde355 Border Color

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

This div border color is #cde355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde355


Comments

No comments written yet.

Please login to write comment.