Color Hex Logo

#6dccfc Color Hex

#6DCCFC
(109,204,252)
0 Favorites   0 Comments

Color spaces of #6dccfc

RGB 109204252
HSL0.560.960.71
HSV200°57°99°
CMYK 0.570.190.00   0.01
XYZ45.470253.4652100.0187
Yxy53.46520.22850.2687
Hunter Lab73.1199-16.9582-29.9172
CIE-Lab78.1489-14.7636-32.0926

#6dccfc color RGB value is (109,204,252).

#6dccfc hex color red value is 109, green value is 204 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6dccfc hue: 0.56 , saturation: 0.96 and the lightness value of 6dccfc is 0.71.

The process color (four color CMYK) of #6dccfc color hex is 0.57, 0.19, 0.00, 0.01. Web safe color of #6dccfc is #66ccff. Color #6dccfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001100 11111100
Octal 155 314 374
Decimal 109 204 252
Hex 6D CC FC

RGB Percentages of Color #6dccfc

%19.29
%36.11
%44.60

CMYK Percentages of Color #6dccfc

%57
%19
%0
%1

Triadic Colors of #6dccfc

#6dccfc #fc6dcc #ccfc6d

Analogous Colors of #6dccfc

#6dccfc #6d85fc #6dfce5

Monochromatic Colors of #6dccfc

#6dccfc

Complementary Color

#6dccfc #fc9d6d

#6dccfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dccfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dccfc Color CSS Codes

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

#6dccfc Text Font Color

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

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


#6dccfc Background Color

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

This div background color is #6dccfc


#6dccfc Border Color

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

This div border color is #6dccfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dccfc


Comments

No comments written yet.

Please login to write comment.