Color Hex Logo

#c3fbff Color Hex

#C3FBFF
(195,251,255)
0 Favorites   0 Comments

Color spaces of #c3fbff

RGB 195251255
HSL0.511.000.88
HSV184°24°100°
CMYK 0.240.020.00   0.00
XYZ75.052987.8165107.6023
Yxy87.81650.27750.3247
Hunter Lab93.7105-21.0323-2.4820
CIE-Lab95.0836-16.6622-7.6893

#c3fbff color RGB value is (195,251,255).

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

The process color (four color CMYK) of #c3fbff color hex is 0.24, 0.02, 0.00, 0.00. Web safe color of #c3fbff is #ccffff. Color #c3fbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11111011 11111111
Octal 303 373 377
Decimal 195 251 255
Hex C3 FB FF

RGB Percentages of Color #c3fbff

%27.82
%35.81
%36.38

CMYK Percentages of Color #c3fbff

%24
%2
%0
%0

Triadic Colors of #c3fbff

#c3fbff #ffc3fb #fbffc3

Analogous Colors of #c3fbff

#c3fbff #c3ddff #c3ffe5

Monochromatic Colors of #c3fbff

#c3fbff

Complementary Color

#c3fbff #ffc7c3

#c3fbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3fbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3fbff Color CSS Codes

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

#c3fbff Text Font Color

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

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


#c3fbff Background Color

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

This div background color is #c3fbff


#c3fbff Border Color

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

This div border color is #c3fbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3fbff

Related Colors


Comments

No comments written yet.

Please login to write comment.