Color Hex Logo

#6bcefd Color Hex

#6BCEFD
(107,206,253)
0 Favorites   0 Comments

Color spaces of #6bcefd

RGB 107206253
HSL0.550.970.71
HSV199°58°99°
CMYK 0.580.190.00   0.01
XYZ45.864354.3603101.0038
Yxy54.36030.22790.2701
Hunter Lab73.7294-17.9884-29.6122
CIE-Lab78.6714-15.8892-31.8280

#6bcefd color RGB value is (107,206,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001110 11111101
Octal 153 316 375
Decimal 107 206 253
Hex 6B CE FD

RGB Percentages of Color #6bcefd

%18.90
%36.40
%44.70

CMYK Percentages of Color #6bcefd

%58
%19
%0
%1

Triadic Colors of #6bcefd

#6bcefd #fd6bce #cefd6b

Analogous Colors of #6bcefd

#6bcefd #6b85fd #6bfde3

Monochromatic Colors of #6bcefd

#6bcefd

Complementary Color

#6bcefd #fd9a6b

#6bcefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcefd Color CSS Codes

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

#6bcefd Text Font Color

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

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


#6bcefd Background Color

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

This div background color is #6bcefd


#6bcefd Border Color

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

This div border color is #6bcefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcefd


Comments

No comments written yet.

Please login to write comment.