Color Hex Logo

#cde25d Color Hex

#CDE25D
(205,226,93)
0 Favorites   0 Comments

Color spaces of #cde25d

RGB 20522693
HSL0.190.700.63
HSV69°59°89°
CMYK 0.090.000.59   0.11
XYZ54.349068.162220.6480
Yxy68.16220.37960.4761
Hunter Lab82.5604-26.975342.9641
CIE-Lab86.0875-25.026361.1087

#cde25d color RGB value is (205,226,93).

#cde25d hex color red value is 205, green value is 226 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cde25d hue: 0.19 , saturation: 0.70 and the lightness value of cde25d is 0.63.

The process color (four color CMYK) of #cde25d color hex is 0.09, 0.00, 0.59, 0.11. Web safe color of #cde25d is #cccc66. Color #cde25d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100010 01011101
Octal 315 342 135
Decimal 205 226 93
Hex CD E2 5D

RGB Percentages of Color #cde25d

%39.12
%43.13
%17.75

CMYK Percentages of Color #cde25d

%9
%0
%59
%11

Triadic Colors of #cde25d

#cde25d #5dcde2 #e25dcd

Analogous Colors of #cde25d

#cde25d #8be25d #e2b55d

Monochromatic Colors of #cde25d

#cde25d

Complementary Color

#cde25d #725de2

#cde25d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde25d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde25d Color CSS Codes

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

#cde25d Text Font Color

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

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


#cde25d Background Color

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

This div background color is #cde25d


#cde25d Border Color

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

This div border color is #cde25d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde25d


Comments

No comments written yet.

Please login to write comment.