Color Hex Logo

#c6dfeb Color Hex

#C6DFEB
(198,223,235)
0 Favorites   0 Comments

Color spaces of #c6dfeb

RGB 198223235
HSL0.550.480.85
HSV199°16°92°
CMYK 0.160.050.00   0.08
XYZ64.671870.779388.8505
Yxy70.77930.28830.3156
Hunter Lab84.1304-10.0138-3.7251
CIE-Lab87.3777-5.8201-8.6572

#c6dfeb color RGB value is (198,223,235).

#c6dfeb hex color red value is 198, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c6dfeb hue: 0.55 , saturation: 0.48 and the lightness value of c6dfeb is 0.85.

The process color (four color CMYK) of #c6dfeb color hex is 0.16, 0.05, 0.00, 0.08. Web safe color of #c6dfeb is #ccccff. Color #c6dfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011111 11101011
Octal 306 337 353
Decimal 198 223 235
Hex C6 DF EB

RGB Percentages of Color #c6dfeb

%30.18
%33.99
%35.82

CMYK Percentages of Color #c6dfeb

%16
%5
%0
%8

Triadic Colors of #c6dfeb

#c6dfeb #ebc6df #dfebc6

Analogous Colors of #c6dfeb

#c6dfeb #c6cdeb #c6ebe5

Monochromatic Colors of #c6dfeb

#c6dfeb

Complementary Color

#c6dfeb #ebd2c6

#c6dfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6dfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6dfeb Color CSS Codes

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

#c6dfeb Text Font Color

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

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


#c6dfeb Background Color

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

This div background color is #c6dfeb


#c6dfeb Border Color

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

This div border color is #c6dfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6dfeb


Comments

No comments written yet.

Please login to write comment.