Color Hex Logo

#c8fdfb Color Hex

#C8FDFB
(200,253,251)
0 Favorites   0 Comments

Color spaces of #c8fdfb

RGB 200253251
HSL0.490.930.89
HSV178°21°99°
CMYK 0.210.000.01   0.01
XYZ76.357389.4950104.5166
Yxy89.49500.28240.3310
Hunter Lab94.6018-21.47790.7173
CIE-Lab95.7869-17.0316-4.5540

#c8fdfb color RGB value is (200,253,251).

#c8fdfb hex color red value is 200, green value is 253 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c8fdfb hue: 0.49 , saturation: 0.93 and the lightness value of c8fdfb is 0.89.

The process color (four color CMYK) of #c8fdfb color hex is 0.21, 0.00, 0.01, 0.01. Web safe color of #c8fdfb is #ccffff. Color #c8fdfb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11111101 11111011
Octal 310 375 373
Decimal 200 253 251
Hex C8 FD FB

RGB Percentages of Color #c8fdfb

%28.41
%35.94
%35.65

CMYK Percentages of Color #c8fdfb

%21
%0
%1
%1

Triadic Colors of #c8fdfb

#c8fdfb #fbc8fd #fdfbc8

Analogous Colors of #c8fdfb

#c8fdfb #c8e5fd #c8fde1

Monochromatic Colors of #c8fdfb

#c8fdfb

Complementary Color

#c8fdfb #fdc8ca

#c8fdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8fdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8fdfb Color CSS Codes

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

#c8fdfb Text Font Color

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

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


#c8fdfb Background Color

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

This div background color is #c8fdfb


#c8fdfb Border Color

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

This div border color is #c8fdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8fdfb


Comments

No comments written yet.

Please login to write comment.