Color Hex Logo

#c7fcfd Color Hex

#C7FCFD
(199,252,253)
0 Favorites   0 Comments

Color spaces of #c7fcfd

RGB 199252253
HSL0.500.930.89
HSV181°21°99°
CMYK 0.210.000.00   0.01
XYZ76.093288.8548106.0687
Yxy88.85480.28080.3279
Hunter Lab94.2628-20.8667-0.7318
CIE-Lab95.5197-16.4164-5.9864

#c7fcfd color RGB value is (199,252,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11111100 11111101
Octal 307 374 375
Decimal 199 252 253
Hex C7 FC FD

RGB Percentages of Color #c7fcfd

%28.27
%35.80
%35.94

CMYK Percentages of Color #c7fcfd

%21
%0
%0
%1

Triadic Colors of #c7fcfd

#c7fcfd #fdc7fc #fcfdc7

Analogous Colors of #c7fcfd

#c7fcfd #c7e1fd #c7fde3

Monochromatic Colors of #c7fcfd

#c7fcfd

Complementary Color

#c7fcfd #fdc8c7

#c7fcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7fcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7fcfd Color CSS Codes

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

#c7fcfd Text Font Color

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

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


#c7fcfd Background Color

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

This div background color is #c7fcfd


#c7fcfd Border Color

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

This div border color is #c7fcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7fcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.