Color Hex Logo

#6cbefb Color Hex

#6CBEFB
(108,190,251)
0 Favorites   0 Comments

Color spaces of #6cbefb

RGB 108190251
HSL0.570.950.70
HSV206°57°98°
CMYK 0.570.240.00   0.02
XYZ42.010446.980198.1207
Yxy46.98010.22450.2511
Hunter Lab68.5420-10.5433-36.8966
CIE-Lab74.1770-7.8247-37.7029

#6cbefb color RGB value is (108,190,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111110 11111011
Octal 154 276 373
Decimal 108 190 251
Hex 6C BE FB

RGB Percentages of Color #6cbefb

%19.67
%34.61
%45.72

CMYK Percentages of Color #6cbefb

%57
%24
%0
%2

Triadic Colors of #6cbefb

#6cbefb #fb6cbe #befb6c

Analogous Colors of #6cbefb

#6cbefb #6c77fb #6cfbf1

Monochromatic Colors of #6cbefb

#6cbefb

Complementary Color

#6cbefb #fba96c

#6cbefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbefb Color CSS Codes

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

#6cbefb Text Font Color

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

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


#6cbefb Background Color

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

This div background color is #6cbefb


#6cbefb Border Color

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

This div border color is #6cbefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbefb


Comments

No comments written yet.

Please login to write comment.