Color Hex Logo

#6be6fe Color Hex

#6BE6FE
(107,230,254)
0 Favorites   0 Comments

Color spaces of #6be6fe

RGB 107230254
HSL0.530.990.71
HSV190°58°100°
CMYK 0.580.090.00   0.00
XYZ52.249666.8752103.9203
Yxy66.87520.23430.2998
Hunter Lab81.7773-29.0619-18.1000
CIE-Lab85.4409-27.6531-22.0160

#6be6fe color RGB value is (107,230,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11100110 11111110
Octal 153 346 376
Decimal 107 230 254
Hex 6B E6 FE

RGB Percentages of Color #6be6fe

%18.10
%38.92
%42.98

CMYK Percentages of Color #6be6fe

%58
%9
%0
%0

Triadic Colors of #6be6fe

#6be6fe #fe6be6 #e6fe6b

Analogous Colors of #6be6fe

#6be6fe #6b9dfe #6bfecd

Monochromatic Colors of #6be6fe

#6be6fe

Complementary Color

#6be6fe #fe836b

#6be6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6be6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6be6fe Color CSS Codes

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

#6be6fe Text Font Color

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

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


#6be6fe Background Color

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

This div background color is #6be6fe


#6be6fe Border Color

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

This div border color is #6be6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6be6fe


Comments

No comments written yet.

Please login to write comment.