Color Hex Logo

#6bcdfb Color Hex

#6BCDFB
(107,205,251)
0 Favorites   0 Comments

Color spaces of #6bcdfb

RGB 107205251
HSL0.550.950.70
HSV199°57°98°
CMYK 0.570.180.00   0.02
XYZ45.307353.753599.2543
Yxy53.75350.22850.2711
Hunter Lab73.3168-17.9974-28.9435
CIE-Lab78.3178-15.9592-31.3048

#6bcdfb color RGB value is (107,205,251).

#6bcdfb hex color red value is 107, green value is 205 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6bcdfb hue: 0.55 , saturation: 0.95 and the lightness value of 6bcdfb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001101 11111011
Octal 153 315 373
Decimal 107 205 251
Hex 6B CD FB

RGB Percentages of Color #6bcdfb

%19.01
%36.41
%44.58

CMYK Percentages of Color #6bcdfb

%57
%18
%0
%2

Triadic Colors of #6bcdfb

#6bcdfb #fb6bcd #cdfb6b

Analogous Colors of #6bcdfb

#6bcdfb #6b85fb #6bfbe1

Monochromatic Colors of #6bcdfb

#6bcdfb

Complementary Color

#6bcdfb #fb996b

#6bcdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcdfb Color CSS Codes

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

#6bcdfb Text Font Color

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

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


#6bcdfb Background Color

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

This div background color is #6bcdfb


#6bcdfb Border Color

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

This div border color is #6bcdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcdfb


Comments

No comments written yet.

Please login to write comment.