Color Hex Logo

#c5faf8 Color Hex

#C5FAF8
(197,250,248)
0 Favorites   0 Comments

Color spaces of #c5faf8

RGB 197250248
HSL0.490.840.88
HSV178°21°98°
CMYK 0.210.000.01   0.02
XYZ74.154887.0188101.6949
Yxy87.01880.28210.3310
Hunter Lab93.2839-21.35050.6628
CIE-Lab94.7462-17.0588-4.5565

#c5faf8 color RGB value is (197,250,248).

#c5faf8 hex color red value is 197, green value is 250 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #c5faf8 hue: 0.49 , saturation: 0.84 and the lightness value of c5faf8 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111010 11111000
Octal 305 372 370
Decimal 197 250 248
Hex C5 FA F8

RGB Percentages of Color #c5faf8

%28.35
%35.97
%35.68

CMYK Percentages of Color #c5faf8

%21
%0
%1
%2

Triadic Colors of #c5faf8

#c5faf8 #f8c5fa #faf8c5

Analogous Colors of #c5faf8

#c5faf8 #c5e2fa #c5fade

Monochromatic Colors of #c5faf8

#c5faf8

Complementary Color

#c5faf8 #fac5c7

#c5faf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5faf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5faf8 Color CSS Codes

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

#c5faf8 Text Font Color

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

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


#c5faf8 Background Color

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

This div background color is #c5faf8


#c5faf8 Border Color

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

This div border color is #c5faf8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,250,248, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5faf8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5faf8;
  -webkit-box-shadow: 1px 1px 3px 2px #c5faf8;
  box-shadow:         1px 1px 3px 2px #c5faf8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,250,248, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5faf8

Related Colors


Comments

No comments written yet.

Please login to write comment.