Color Hex Logo

#cdf95a Color Hex

#CDF95A
(205,249,90)
0 Favorites   0 Comments

Color spaces of #cdf95a

RGB 20524990
HSL0.210.930.66
HSV77°64°98°
CMYK 0.180.000.64   0.02
XYZ60.898081.468722.1882
Yxy81.46870.37010.4951
Hunter Lab90.2600-37.521948.6070
CIE-Lab92.3399-35.934969.0998

#cdf95a color RGB value is (205,249,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11111001 01011010
Octal 315 371 132
Decimal 205 249 90
Hex CD F9 5A

RGB Percentages of Color #cdf95a

%37.68
%45.77
%16.54

CMYK Percentages of Color #cdf95a

%18
%0
%64
%2

Triadic Colors of #cdf95a

#cdf95a #5acdf9 #f95acd

Analogous Colors of #cdf95a

#cdf95a #7ef95a #f9d65a

Monochromatic Colors of #cdf95a

#cdf95a

Complementary Color

#cdf95a #865af9

#cdf95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf95a Color CSS Codes

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

#cdf95a Text Font Color

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

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


#cdf95a Background Color

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

This div background color is #cdf95a


#cdf95a Border Color

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

This div border color is #cdf95a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf95a


Comments

No comments written yet.

Please login to write comment.