Color Hex Logo

#6beafb Color Hex

#6BEAFB
(107,234,251)
0 Favorites   0 Comments

Color spaces of #6beafb

RGB 107234251
HSL0.520.950.70
HSV187°57°98°
CMYK 0.570.070.00   0.02
XYZ52.898868.9365101.7848
Yxy68.93650.23660.3083
Hunter Lab83.0280-31.5731-14.5646
CIE-Lab86.4726-30.4108-18.8790

#6beafb color RGB value is (107,234,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11101010 11111011
Octal 153 352 373
Decimal 107 234 251
Hex 6B EA FB

RGB Percentages of Color #6beafb

%18.07
%39.53
%42.40

CMYK Percentages of Color #6beafb

%57
%7
%0
%2

Triadic Colors of #6beafb

#6beafb #fb6bea #eafb6b

Analogous Colors of #6beafb

#6beafb #6ba2fb #6bfbc4

Monochromatic Colors of #6beafb

#6beafb

Complementary Color

#6beafb #fb7c6b

#6beafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6beafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6beafb Color CSS Codes

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

#6beafb Text Font Color

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

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


#6beafb Background Color

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

This div background color is #6beafb


#6beafb Border Color

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

This div border color is #6beafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6beafb


Comments

No comments written yet.

Please login to write comment.