Color Hex Logo

#c6dae6 Color Hex

#C6DAE6
(198,218,230)
1 Favorites   0 Comments

Color spaces of #c6dae6

RGB 198218230
HSL0.560.390.84
HSV203°14°90°
CMYK 0.140.050.00   0.10
XYZ62.643067.861784.6599
Yxy67.86170.29110.3154
Hunter Lab82.3782-8.4248-3.2674
CIE-Lab85.9372-4.2590-8.1549

#c6dae6 color RGB value is (198,218,230).

#c6dae6 hex color red value is 198, green value is 218 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #c6dae6 hue: 0.56 , saturation: 0.39 and the lightness value of c6dae6 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011010 11100110
Octal 306 332 346
Decimal 198 218 230
Hex C6 DA E6

RGB Percentages of Color #c6dae6

%30.65
%33.75
%35.60

CMYK Percentages of Color #c6dae6

%14
%5
%0
%10

Triadic Colors of #c6dae6

#c6dae6 #e6c6da #dae6c6

Analogous Colors of #c6dae6

#c6dae6 #c6cae6 #c6e6e2

Monochromatic Colors of #c6dae6

#c6dae6

Complementary Color

#c6dae6 #e6d2c6

#c6dae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6dae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6dae6 Color CSS Codes

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

#c6dae6 Text Font Color

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

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


#c6dae6 Background Color

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

This div background color is #c6dae6


#c6dae6 Border Color

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

This div border color is #c6dae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6dae6


Comments

No comments written yet.

Please login to write comment.