Color Hex Logo

#cdfedb Color Hex

#CDFEDB
(205,254,219)
0 Favorites   0 Comments

Color spaces of #cdfedb

RGB 205254219
HSL0.380.960.90
HSV137°19°100°
CMYK 0.190.000.14   0.00
XYZ73.404888.977280.3233
Yxy88.97720.30240.3666
Hunter Lab94.3277-26.166815.5419
CIE-Lab95.5709-22.170311.6502

#cdfedb color RGB value is (205,254,219).

#cdfedb hex color red value is 205, green value is 254 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cdfedb hue: 0.38 , saturation: 0.96 and the lightness value of cdfedb is 0.90.

The process color (four color CMYK) of #cdfedb color hex is 0.19, 0.00, 0.14, 0.00. Web safe color of #cdfedb is #ccffcc. Color #cdfedb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11111110 11011011
Octal 315 376 333
Decimal 205 254 219
Hex CD FE DB

RGB Percentages of Color #cdfedb

%30.24
%37.46
%32.30

CMYK Percentages of Color #cdfedb

%19
%0
%14
%0

Triadic Colors of #cdfedb

#cdfedb #dbcdfe #fedbcd

Analogous Colors of #cdfedb

#cdfedb #cdfef4 #d8fecd

Monochromatic Colors of #cdfedb

#cdfedb

Complementary Color

#cdfedb #fecdf0

#cdfedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdfedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdfedb Color CSS Codes

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

#cdfedb Text Font Color

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

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


#cdfedb Background Color

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

This div background color is #cdfedb


#cdfedb Border Color

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

This div border color is #cdfedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdfedb


Comments

No comments written yet.

Please login to write comment.