Color Hex Logo

#cdf95d Color Hex

#CDF95D
(205,249,93)
0 Favorites   0 Comments

Color spaces of #cdf95d

RGB 20524993
HSL0.210.930.67
HSV77°63°98°
CMYK 0.180.000.63   0.02
XYZ61.028381.520822.8745
Yxy81.52080.36890.4928
Hunter Lab90.2889-37.353348.1812
CIE-Lab92.3629-35.727267.9385

#cdf95d color RGB value is (205,249,93).

#cdf95d hex color red value is 205, green value is 249 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cdf95d hue: 0.21 , saturation: 0.93 and the lightness value of cdf95d is 0.67.

The process color (four color CMYK) of #cdf95d color hex is 0.18, 0.00, 0.63, 0.02. Web safe color of #cdf95d is #ccff66. Color #cdf95d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11111001 01011101
Octal 315 371 135
Decimal 205 249 93
Hex CD F9 5D

RGB Percentages of Color #cdf95d

%37.48
%45.52
%17.00

CMYK Percentages of Color #cdf95d

%18
%0
%63
%2

Triadic Colors of #cdf95d

#cdf95d #5dcdf9 #f95dcd

Analogous Colors of #cdf95d

#cdf95d #7ff95d #f9d75d

Monochromatic Colors of #cdf95d

#cdf95d

Complementary Color

#cdf95d #895df9

#cdf95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf95d Color CSS Codes

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

#cdf95d Text Font Color

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

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


#cdf95d Background Color

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

This div background color is #cdf95d


#cdf95d Border Color

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

This div border color is #cdf95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf95d


Comments

No comments written yet.

Please login to write comment.