Color Hex Logo

#c7fbdd Color Hex

#C7FBDD
(199,251,221)
0 Favorites   0 Comments

Color spaces of #c7fbdd

RGB 199251221
HSL0.400.870.88
HSV145°21°98°
CMYK 0.210.000.12   0.02
XYZ71.101586.356981.3277
Yxy86.35690.29780.3616
Hunter Lab92.9284-26.050613.1614
CIE-Lab94.4647-22.25168.9929

#c7fbdd color RGB value is (199,251,221).

#c7fbdd hex color red value is 199, green value is 251 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c7fbdd hue: 0.40 , saturation: 0.87 and the lightness value of c7fbdd is 0.88.

The process color (four color CMYK) of #c7fbdd color hex is 0.21, 0.00, 0.12, 0.02. Web safe color of #c7fbdd is #ccffcc. Color #c7fbdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11111011 11011101
Octal 307 373 335
Decimal 199 251 221
Hex C7 FB DD

RGB Percentages of Color #c7fbdd

%29.66
%37.41
%32.94

CMYK Percentages of Color #c7fbdd

%21
%0
%12
%2

Triadic Colors of #c7fbdd

#c7fbdd #ddc7fb #fbddc7

Analogous Colors of #c7fbdd

#c7fbdd #c7fbf7 #cbfbc7

Monochromatic Colors of #c7fbdd

#c7fbdd

Complementary Color

#c7fbdd #fbc7e5

#c7fbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7fbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7fbdd Color CSS Codes

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

#c7fbdd Text Font Color

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

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


#c7fbdd Background Color

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

This div background color is #c7fbdd


#c7fbdd Border Color

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

This div border color is #c7fbdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,251,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7fbdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7fbdd;
  -webkit-box-shadow: 1px 1px 3px 2px #c7fbdd;
  box-shadow:         1px 1px 3px 2px #c7fbdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,251,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7fbdd

Related Colors


Comments

No comments written yet.

Please login to write comment.