Color Hex Logo

#c8fdfd Color Hex

#C8FDFD
(200,253,253)
0 Favorites   0 Comments

Color spaces of #c8fdfd

RGB 200253253
HSL0.500.930.89
HSV180°21°99°
CMYK 0.210.000.00   0.01
XYZ76.674389.6218106.1861
Yxy89.62180.28140.3289
Hunter Lab94.6688-21.0994-0.2350
CIE-Lab95.8397-16.6167-5.5079

#c8fdfd color RGB value is (200,253,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11111101 11111101
Octal 310 375 375
Decimal 200 253 253
Hex C8 FD FD

RGB Percentages of Color #c8fdfd

%28.33
%35.84
%35.84

CMYK Percentages of Color #c8fdfd

%21
%0
%0
%1

Triadic Colors of #c8fdfd

#c8fdfd #fdc8fd #fdfdc8

Analogous Colors of #c8fdfd

#c8fdfd #c8e3fd #c8fde3

Monochromatic Colors of #c8fdfd

#c8fdfd

Complementary Color

#c8fdfd #fdc8c8

#c8fdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8fdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8fdfd Color CSS Codes

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

#c8fdfd Text Font Color

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

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


#c8fdfd Background Color

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

This div background color is #c8fdfd


#c8fdfd Border Color

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

This div border color is #c8fdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8fdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.