Color Hex Logo

#c8faf5 Color Hex

#C8FAF5
(200,250,245)
0 Favorites   0 Comments

Color spaces of #c8faf5

RGB 200250245
HSL0.480.830.88
HSV174°20°98°
CMYK 0.200.000.02   0.02
XYZ74.486587.243199.3000
Yxy87.24310.28540.3342
Hunter Lab93.4040-21.10942.3502
CIE-Lab94.8413-16.7833-2.8457

#c8faf5 color RGB value is (200,250,245).

#c8faf5 hex color red value is 200, green value is 250 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #c8faf5 hue: 0.48 , saturation: 0.83 and the lightness value of c8faf5 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11111010 11110101
Octal 310 372 365
Decimal 200 250 245
Hex C8 FA F5

RGB Percentages of Color #c8faf5

%28.78
%35.97
%35.25

CMYK Percentages of Color #c8faf5

%20
%0
%2
%2

Triadic Colors of #c8faf5

#c8faf5 #f5c8fa #faf5c8

Analogous Colors of #c8faf5

#c8faf5 #c8e6fa #c8fadc

Monochromatic Colors of #c8faf5

#c8faf5

Complementary Color

#c8faf5 #fac8cd

#c8faf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8faf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8faf5 Color CSS Codes

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

#c8faf5 Text Font Color

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

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


#c8faf5 Background Color

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

This div background color is #c8faf5


#c8faf5 Border Color

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

This div border color is #c8faf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8faf5

Related Colors


Comments

No comments written yet.

Please login to write comment.