Color Hex Logo

#cdf95b Color Hex

#CDF95B
(205,249,91)
0 Favorites   0 Comments

Color spaces of #cdf95b

RGB 20524991
HSL0.210.930.67
HSV77°63°98°
CMYK 0.180.000.63   0.02
XYZ60.940881.485822.4139
Yxy81.48580.36970.4943
Hunter Lab90.2695-37.466548.4669
CIE-Lab92.3474-35.866668.7152

#cdf95b color RGB value is (205,249,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11111001 01011011
Octal 315 371 133
Decimal 205 249 91
Hex CD F9 5B

RGB Percentages of Color #cdf95b

%37.61
%45.69
%16.70

CMYK Percentages of Color #cdf95b

%18
%0
%63
%2

Triadic Colors of #cdf95b

#cdf95b #5bcdf9 #f95bcd

Analogous Colors of #cdf95b

#cdf95b #7ef95b #f9d65b

Monochromatic Colors of #cdf95b

#cdf95b

Complementary Color

#cdf95b #875bf9

#cdf95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf95b Color CSS Codes

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

#cdf95b Text Font Color

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

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


#cdf95b Background Color

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

This div background color is #cdf95b


#cdf95b Border Color

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

This div border color is #cdf95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf95b


Comments

No comments written yet.

Please login to write comment.