Color Hex Logo

#6bccfc Color Hex

#6BCCFC
(107,204,252)
0 Favorites   0 Comments

Color spaces of #6bccfc

RGB 107204252
HSL0.560.960.70
HSV200°58°99°
CMYK 0.580.190.00   0.01
XYZ45.227053.3398100.0074
Yxy53.33980.22780.2686
Hunter Lab73.0341-17.2720-30.0634
CIE-Lab78.0752-15.1445-32.2123

#6bccfc color RGB value is (107,204,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001100 11111100
Octal 153 314 374
Decimal 107 204 252
Hex 6B CC FC

RGB Percentages of Color #6bccfc

%19.01
%36.23
%44.76

CMYK Percentages of Color #6bccfc

%58
%19
%0
%1

Triadic Colors of #6bccfc

#6bccfc #fc6bcc #ccfc6b

Analogous Colors of #6bccfc

#6bccfc #6b84fc #6bfce4

Monochromatic Colors of #6bccfc

#6bccfc

Complementary Color

#6bccfc #fc9b6b

#6bccfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bccfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bccfc Color CSS Codes

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

#6bccfc Text Font Color

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

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


#6bccfc Background Color

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

This div background color is #6bccfc


#6bccfc Border Color

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

This div border color is #6bccfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,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 #6bccfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bccfc


Comments

No comments written yet.

Please login to write comment.