Color Hex Logo

#c6cfea Color Hex

#C6CFEA
(198,207,234)
0 Favorites   0 Comments

Color spaces of #c6cfea

RGB 198207234
HSL0.630.460.85
HSV225°15°92°
CMYK 0.150.120.00   0.08
XYZ60.452862.571986.7333
Yxy62.57190.28820.2983
Hunter Lab79.1024-2.0133-9.6379
CIE-Lab83.21662.3364-14.3350

#c6cfea color RGB value is (198,207,234).

#c6cfea hex color red value is 198, green value is 207 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c6cfea hue: 0.63 , saturation: 0.46 and the lightness value of c6cfea is 0.85.

The process color (four color CMYK) of #c6cfea color hex is 0.15, 0.12, 0.00, 0.08. Web safe color of #c6cfea is #ccccff. Color #c6cfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001111 11101010
Octal 306 317 352
Decimal 198 207 234
Hex C6 CF EA

RGB Percentages of Color #c6cfea

%30.99
%32.39
%36.62

CMYK Percentages of Color #c6cfea

%15
%12
%0
%8

Triadic Colors of #c6cfea

#c6cfea #eac6cf #cfeac6

Analogous Colors of #c6cfea

#c6cfea #cfc6ea #c6e1ea

Monochromatic Colors of #c6cfea

#c6cfea

Complementary Color

#c6cfea #eae1c6

#c6cfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cfea Color CSS Codes

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

#c6cfea Text Font Color

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

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


#c6cfea Background Color

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

This div background color is #c6cfea


#c6cfea Border Color

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

This div border color is #c6cfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cfea


Comments

No comments written yet.

Please login to write comment.