Color Hex Logo

#cdf9be Color Hex

#CDF9BE
(205,249,190)
0 Favorites   0 Comments

Color spaces of #cdf9be

RGB 205249190
HSL0.290.830.86
HSV105°24°98°
CMYK 0.180.000.24   0.02
XYZ68.346884.448261.4131
Yxy84.44820.31910.3942
Hunter Lab91.8957-28.059324.7040
CIE-Lab93.6448-24.656623.7970

#cdf9be color RGB value is (205,249,190).

#cdf9be hex color red value is 205, green value is 249 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cdf9be hue: 0.29 , saturation: 0.83 and the lightness value of cdf9be is 0.86.

The process color (four color CMYK) of #cdf9be color hex is 0.18, 0.00, 0.24, 0.02. Web safe color of #cdf9be is #ccffcc. Color #cdf9be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11111001 10111110
Octal 315 371 276
Decimal 205 249 190
Hex CD F9 BE

RGB Percentages of Color #cdf9be

%31.83
%38.66
%29.50

CMYK Percentages of Color #cdf9be

%18
%0
%24
%2

Triadic Colors of #cdf9be

#cdf9be #becdf9 #f9becd

Analogous Colors of #cdf9be

#cdf9be #bef9cd #ebf9be

Monochromatic Colors of #cdf9be

#cdf9be

Complementary Color

#cdf9be #eabef9

#cdf9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf9be Color CSS Codes

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

#cdf9be Text Font Color

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

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


#cdf9be Background Color

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

This div background color is #cdf9be


#cdf9be Border Color

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

This div border color is #cdf9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf9be

Related Colors


Comments

No comments written yet.

Please login to write comment.