Color Hex Logo

#6be7fe Color Hex

#6BE7FE
(107,231,254)
1 Favorites   0 Comments

Color spaces of #6be7fe

RGB 107231254
HSL0.530.990.71
HSV189°58°100°
CMYK 0.580.090.00   0.00
XYZ52.528767.4334104.0133
Yxy67.43340.23450.3011
Hunter Lab82.1178-29.5243-17.6163
CIE-Lab85.7223-28.1383-21.5895

#6be7fe color RGB value is (107,231,254).

#6be7fe hex color red value is 107, green value is 231 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6be7fe hue: 0.53 , saturation: 0.99 and the lightness value of 6be7fe is 0.71.

The process color (four color CMYK) of #6be7fe color hex is 0.58, 0.09, 0.00, 0.00. Web safe color of #6be7fe is #66ffff. Color #6be7fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11100111 11111110
Octal 153 347 376
Decimal 107 231 254
Hex 6B E7 FE

RGB Percentages of Color #6be7fe

%18.07
%39.02
%42.91

CMYK Percentages of Color #6be7fe

%58
%9
%0
%0

Triadic Colors of #6be7fe

#6be7fe #fe6be7 #e7fe6b

Analogous Colors of #6be7fe

#6be7fe #6b9efe #6bfecc

Monochromatic Colors of #6be7fe

#6be7fe

Complementary Color

#6be7fe #fe826b

#6be7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6be7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6be7fe Color CSS Codes

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

#6be7fe Text Font Color

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

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


#6be7fe Background Color

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

This div background color is #6be7fe


#6be7fe Border Color

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

This div border color is #6be7fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6be7fe


Comments

No comments written yet.

Please login to write comment.