Color Hex Logo

#cffedb Color Hex

#CFFEDB
(207,254,219)
0 Favorites   0 Comments

Color spaces of #cffedb

RGB 207254219
HSL0.380.960.90
HSV135°19°100°
CMYK 0.190.000.14   0.00
XYZ73.960189.263580.3493
Yxy89.26350.30360.3665
Hunter Lab94.4794-25.606015.7128
CIE-Lab95.6904-21.531711.8368

#cffedb color RGB value is (207,254,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111110 11011011
Octal 317 376 333
Decimal 207 254 219
Hex CF FE DB

RGB Percentages of Color #cffedb

%30.44
%37.35
%32.21

CMYK Percentages of Color #cffedb

%19
%0
%14
%0

Triadic Colors of #cffedb

#cffedb #dbcffe #fedbcf

Analogous Colors of #cffedb

#cffedb #cffef3 #dbfecf

Monochromatic Colors of #cffedb

#cffedb

Complementary Color

#cffedb #fecff2

#cffedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffedb Color CSS Codes

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

#cffedb Text Font Color

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

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


#cffedb Background Color

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

This div background color is #cffedb


#cffedb Border Color

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

This div border color is #cffedb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,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 #cffedb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffedb


Comments

No comments written yet.

Please login to write comment.