Color Hex Logo

#c2fcfd Color Hex

#C2FCFD
(194,252,253)
0 Favorites   0 Comments

Color spaces of #c2fcfd

RGB 194252253
HSL0.500.940.88
HSV181°23°99°
CMYK 0.230.000.00   0.01
XYZ74.788288.1820106.0076
Yxy88.18200.27800.3278
Hunter Lab93.9053-22.1729-1.1975
CIE-Lab95.2375-17.8695-6.4349

#c2fcfd color RGB value is (194,252,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111100 11111101
Octal 302 374 375
Decimal 194 252 253
Hex C2 FC FD

RGB Percentages of Color #c2fcfd

%27.75
%36.05
%36.19

CMYK Percentages of Color #c2fcfd

%23
%0
%0
%1

Triadic Colors of #c2fcfd

#c2fcfd #fdc2fc #fcfdc2

Analogous Colors of #c2fcfd

#c2fcfd #c2dffd #c2fde1

Monochromatic Colors of #c2fcfd

#c2fcfd

Complementary Color

#c2fcfd #fdc3c2

#c2fcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2fcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2fcfd Color CSS Codes

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

#c2fcfd Text Font Color

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

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


#c2fcfd Background Color

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

This div background color is #c2fcfd


#c2fcfd Border Color

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

This div border color is #c2fcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2fcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.