Color Hex Logo

#c5effd Color Hex

#C5EFFD
(197,239,253)
0 Favorites   0 Comments

Color spaces of #c5effd

RGB 197239253
HSL0.540.930.88
HSV195°22°99°
CMYK 0.220.060.00   0.01
XYZ71.622180.6952104.7293
Yxy80.69520.27860.3139
Hunter Lab89.8305-14.8849-6.2422
CIE-Lab91.9959-10.5049-11.2239

#c5effd color RGB value is (197,239,253).

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

The process color (four color CMYK) of #c5effd color hex is 0.22, 0.06, 0.00, 0.01. Web safe color of #c5effd is #ccffff. Color #c5effd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11101111 11111101
Octal 305 357 375
Decimal 197 239 253
Hex C5 EF FD

RGB Percentages of Color #c5effd

%28.59
%34.69
%36.72

CMYK Percentages of Color #c5effd

%22
%6
%0
%1

Triadic Colors of #c5effd

#c5effd #fdc5ef #effdc5

Analogous Colors of #c5effd

#c5effd #c5d3fd #c5fdef

Monochromatic Colors of #c5effd

#c5effd

Complementary Color

#c5effd #fdd3c5

#c5effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5effd Color CSS Codes

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

#c5effd Text Font Color

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

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


#c5effd Background Color

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

This div background color is #c5effd


#c5effd Border Color

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

This div border color is #c5effd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5effd

Related Colors

#c5effd Color Palettes


Comments

No comments written yet.

Please login to write comment.