Color Hex Logo

#c9daf8 Color Hex

#C9DAF8
(201,218,248)
1 Favorites   0 Comments

Color spaces of #c9daf8

RGB 201218248
HSL0.610.770.88
HSV218°19°97°
CMYK 0.190.120.00   0.03
XYZ66.102169.337698.7065
Yxy69.33760.28230.2961
Hunter Lab83.2692-4.0214-11.9933
CIE-Lab86.67100.4445-16.5454

#c9daf8 color RGB value is (201,218,248).

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

The process color (four color CMYK) of #c9daf8 color hex is 0.19, 0.12, 0.00, 0.03. Web safe color of #c9daf8 is #ccccff. Color #c9daf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011010 11111000
Octal 311 332 370
Decimal 201 218 248
Hex C9 DA F8

RGB Percentages of Color #c9daf8

%30.13
%32.68
%37.18

CMYK Percentages of Color #c9daf8

%19
%12
%0
%3

Triadic Colors of #c9daf8

#c9daf8 #f8c9da #daf8c9

Analogous Colors of #c9daf8

#c9daf8 #d0c9f8 #c9f2f8

Monochromatic Colors of #c9daf8

#c9daf8

Complementary Color

#c9daf8 #f8e7c9

#c9daf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9daf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9daf8 Color CSS Codes

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

#c9daf8 Text Font Color

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

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


#c9daf8 Background Color

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

This div background color is #c9daf8


#c9daf8 Border Color

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

This div border color is #c9daf8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,218,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 #c9daf8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9daf8


Comments

No comments written yet.

Please login to write comment.