Color Hex Logo

#c5dafe Color Hex

#C5DAFE
(197,218,254)
0 Favorites   0 Comments

Color spaces of #c5dafe

RGB 197218254
HSL0.610.970.88
HSV218°22°100°
CMYK 0.220.140.00   0.00
XYZ65.986869.1689103.6390
Yxy69.16890.27630.2897
Hunter Lab83.1678-3.9187-15.6663
CIE-Lab86.58760.5460-19.8610

#c5dafe color RGB value is (197,218,254).

#c5dafe hex color red value is 197, green value is 218 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c5dafe hue: 0.61 , saturation: 0.97 and the lightness value of c5dafe is 0.88.

The process color (four color CMYK) of #c5dafe color hex is 0.22, 0.14, 0.00, 0.00. Web safe color of #c5dafe is #ccccff. Color #c5dafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011010 11111110
Octal 305 332 376
Decimal 197 218 254
Hex C5 DA FE

RGB Percentages of Color #c5dafe

%29.45
%32.59
%37.97

CMYK Percentages of Color #c5dafe

%22
%14
%0
%0

Triadic Colors of #c5dafe

#c5dafe #fec5da #dafec5

Analogous Colors of #c5dafe

#c5dafe #cdc5fe #c5f7fe

Monochromatic Colors of #c5dafe

#c5dafe

Complementary Color

#c5dafe #fee9c5

#c5dafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5dafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5dafe Color CSS Codes

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

#c5dafe Text Font Color

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

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


#c5dafe Background Color

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

This div background color is #c5dafe


#c5dafe Border Color

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

This div border color is #c5dafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5dafe


Comments

No comments written yet.

Please login to write comment.