Color Hex Logo

#6fe3fe Color Hex

#6FE3FE
(111,227,254)
0 Favorites   0 Comments

Color spaces of #6fe3fe

RGB 111227254
HSL0.530.990.72
HSV191°56°100°
CMYK 0.560.110.00   0.00
XYZ51.914065.4734103.6674
Yxy65.47340.23480.2962
Hunter Lab80.9156-27.0800-19.3201
CIE-Lab84.7271-25.4553-23.0868

#6fe3fe color RGB value is (111,227,254).

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

The process color (four color CMYK) of #6fe3fe color hex is 0.56, 0.11, 0.00, 0.00. Web safe color of #6fe3fe is #66ccff. Color #6fe3fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11100011 11111110
Octal 157 343 376
Decimal 111 227 254
Hex 6F E3 FE

RGB Percentages of Color #6fe3fe

%18.75
%38.34
%42.91

CMYK Percentages of Color #6fe3fe

%56
%11
%0
%0

Triadic Colors of #6fe3fe

#6fe3fe #fe6fe3 #e3fe6f

Analogous Colors of #6fe3fe

#6fe3fe #6f9cfe #6ffed2

Monochromatic Colors of #6fe3fe

#6fe3fe

Complementary Color

#6fe3fe #fe8a6f

#6fe3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fe3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fe3fe Color CSS Codes

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

#6fe3fe Text Font Color

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

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


#6fe3fe Background Color

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

This div background color is #6fe3fe


#6fe3fe Border Color

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

This div border color is #6fe3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fe3fe

Related Colors


Comments

No comments written yet.

Please login to write comment.