Color Hex Logo

#c5effa Color Hex

#C5EFFA
(197,239,250)
0 Favorites   0 Comments

Color spaces of #c5effa

RGB 197239250
HSL0.530.840.88
HSV192°21°98°
CMYK 0.210.040.00   0.02
XYZ71.147880.5054102.2317
Yxy80.50540.28020.3171
Hunter Lab89.7248-15.4758-4.7472
CIE-Lab91.9112-11.1463-9.7880

#c5effa color RGB value is (197,239,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11101111 11111010
Octal 305 357 372
Decimal 197 239 250
Hex C5 EF FA

RGB Percentages of Color #c5effa

%28.72
%34.84
%36.44

CMYK Percentages of Color #c5effa

%21
%4
%0
%2

Triadic Colors of #c5effa

#c5effa #fac5ef #effac5

Analogous Colors of #c5effa

#c5effa #c5d5fa #c5faeb

Monochromatic Colors of #c5effa

#c5effa

Complementary Color

#c5effa #fad0c5

#c5effa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5effa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5effa Color CSS Codes

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

#c5effa Text Font Color

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

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


#c5effa Background Color

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

This div background color is #c5effa


#c5effa Border Color

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

This div border color is #c5effa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5effa

Related Colors


Comments

No comments written yet.

Please login to write comment.