Color Hex Logo

#cdf09b Color Hex

#CDF09B
(205,240,155)
0 Favorites   0 Comments

Color spaces of #cdf09b

RGB 205240155
HSL0.240.740.77
HSV85°35°94°
CMYK 0.150.000.35   0.06
XYZ62.253377.665942.7203
Yxy77.66590.34090.4252
Hunter Lab88.1283-28.133132.9489
CIE-Lab90.6272-25.378637.4242

#cdf09b color RGB value is (205,240,155).

#cdf09b hex color red value is 205, green value is 240 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cdf09b hue: 0.24 , saturation: 0.74 and the lightness value of cdf09b is 0.77.

The process color (four color CMYK) of #cdf09b color hex is 0.15, 0.00, 0.35, 0.06. Web safe color of #cdf09b is #ccff99. Color #cdf09b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11110000 10011011
Octal 315 360 233
Decimal 205 240 155
Hex CD F0 9B

RGB Percentages of Color #cdf09b

%34.17
%40.00
%25.83

CMYK Percentages of Color #cdf09b

%15
%0
%35
%6

Triadic Colors of #cdf09b

#cdf09b #9bcdf0 #f09bcd

Analogous Colors of #cdf09b

#cdf09b #a3f09b #f0e99b

Monochromatic Colors of #cdf09b

#cdf09b

Complementary Color

#cdf09b #be9bf0

#cdf09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf09b Color CSS Codes

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

#cdf09b Text Font Color

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

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


#cdf09b Background Color

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

This div background color is #cdf09b


#cdf09b Border Color

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

This div border color is #cdf09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf09b


Comments

No comments written yet.

Please login to write comment.