Color Hex Logo

#6dccfa Color Hex

#6DCCFA
(109,204,250)
0 Favorites   0 Comments

Color spaces of #6dccfa

RGB 109204250
HSL0.550.930.70
HSV200°56°98°
CMYK 0.560.180.00   0.02
XYZ45.154953.339198.3580
Yxy53.33910.22940.2710
Hunter Lab73.0336-17.4467-28.7252
CIE-Lab78.0748-15.3502-31.1383

#6dccfa color RGB value is (109,204,250).

#6dccfa hex color red value is 109, green value is 204 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6dccfa hue: 0.55 , saturation: 0.93 and the lightness value of 6dccfa is 0.70.

The process color (four color CMYK) of #6dccfa color hex is 0.56, 0.18, 0.00, 0.02. Web safe color of #6dccfa is #66ccff. Color #6dccfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001100 11111010
Octal 155 314 372
Decimal 109 204 250
Hex 6D CC FA

RGB Percentages of Color #6dccfa

%19.36
%36.23
%44.40

CMYK Percentages of Color #6dccfa

%56
%18
%0
%2

Triadic Colors of #6dccfa

#6dccfa #fa6dcc #ccfa6d

Analogous Colors of #6dccfa

#6dccfa #6d86fa #6dfae2

Monochromatic Colors of #6dccfa

#6dccfa

Complementary Color

#6dccfa #fa9b6d

#6dccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dccfa Color CSS Codes

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

#6dccfa Text Font Color

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

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


#6dccfa Background Color

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

This div background color is #6dccfa


#6dccfa Border Color

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

This div border color is #6dccfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,204,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6dccfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6dccfa;
  -webkit-box-shadow: 1px 1px 3px 2px #6dccfa;
  box-shadow:         1px 1px 3px 2px #6dccfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,204,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dccfa


Comments

No comments written yet.

Please login to write comment.