Color Hex Logo

#6bccfd Color Hex

#6BCCFD
(107,204,253)
0 Favorites   0 Comments

Color spaces of #6bccfd

RGB 107204253
HSL0.560.970.71
HSV200°58°99°
CMYK 0.580.190.00   0.01
XYZ45.385953.4034100.8443
Yxy53.40340.22730.2675
Hunter Lab73.0776-17.0259-30.6636
CIE-Lab78.1126-14.8490-32.6887

#6bccfd color RGB value is (107,204,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001100 11111101
Octal 153 314 375
Decimal 107 204 253
Hex 6B CC FD

RGB Percentages of Color #6bccfd

%18.97
%36.17
%44.86

CMYK Percentages of Color #6bccfd

%58
%19
%0
%1

Triadic Colors of #6bccfd

#6bccfd #fd6bcc #ccfd6b

Analogous Colors of #6bccfd

#6bccfd #6b83fd #6bfde5

Monochromatic Colors of #6bccfd

#6bccfd

Complementary Color

#6bccfd #fd9c6b

#6bccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bccfd Color CSS Codes

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

#6bccfd Text Font Color

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

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


#6bccfd Background Color

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

This div background color is #6bccfd


#6bccfd Border Color

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

This div border color is #6bccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bccfd


Comments

No comments written yet.

Please login to write comment.