Color Hex Logo

#c4f3ff Color Hex

#C4F3FF
(196,243,255)
0 Favorites   0 Comments

Color spaces of #c4f3ff

RGB 196243255
HSL0.531.000.88
HSV192°23°100°
CMYK 0.230.050.00   0.00
XYZ72.865583.0569106.7989
Yxy83.05690.27730.3161
Hunter Lab91.1356-16.7713-5.6852
CIE-Lab93.0393-12.3847-10.7169

#c4f3ff color RGB value is (196,243,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11110011 11111111
Octal 304 363 377
Decimal 196 243 255
Hex C4 F3 FF

RGB Percentages of Color #c4f3ff

%28.24
%35.01
%36.74

CMYK Percentages of Color #c4f3ff

%23
%5
%0
%0

Triadic Colors of #c4f3ff

#c4f3ff #ffc4f3 #f3ffc4

Analogous Colors of #c4f3ff

#c4f3ff #c4d6ff #c4ffee

Monochromatic Colors of #c4f3ff

#c4f3ff

Complementary Color

#c4f3ff #ffd0c4

#c4f3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4f3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4f3ff Color CSS Codes

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

#c4f3ff Text Font Color

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

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


#c4f3ff Background Color

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

This div background color is #c4f3ff


#c4f3ff Border Color

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

This div border color is #c4f3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4f3ff

#c4f3ff Color Palettes


Comments

No comments written yet.

Please login to write comment.