Color Hex Logo

#c2fbfd Color Hex

#C2FBFD
(194,251,253)
0 Favorites   0 Comments

Color spaces of #c2fbfd

RGB 194251253
HSL0.510.940.88
HSV182°23°99°
CMYK 0.230.010.00   0.01
XYZ74.474987.5555105.9032
Yxy87.55550.27800.3268
Hunter Lab93.5711-21.6781-1.6043
CIE-Lab94.9735-17.3768-6.8251

#c2fbfd color RGB value is (194,251,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111011 11111101
Octal 302 373 375
Decimal 194 251 253
Hex C2 FB FD

RGB Percentages of Color #c2fbfd

%27.79
%35.96
%36.25

CMYK Percentages of Color #c2fbfd

%23
%1
%0
%1

Triadic Colors of #c2fbfd

#c2fbfd #fdc2fb #fbfdc2

Analogous Colors of #c2fbfd

#c2fbfd #c2defd #c2fde2

Monochromatic Colors of #c2fbfd

#c2fbfd

Complementary Color

#c2fbfd #fdc4c2

#c2fbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2fbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2fbfd Color CSS Codes

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

#c2fbfd Text Font Color

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

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


#c2fbfd Background Color

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

This div background color is #c2fbfd


#c2fbfd Border Color

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

This div border color is #c2fbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2fbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.