Color Hex Logo

#6fbfea Color Hex

#6FBFEA
(111,191,234)
0 Favorites   0 Comments

Color spaces of #6fbfea

RGB 111191234
HSL0.560.750.68
HSV201°53°92°
CMYK 0.530.180.00   0.08
XYZ40.037646.581684.7228
Yxy46.58160.23370.2719
Hunter Lab68.2507-14.7261-25.8239
CIE-Lab73.9213-12.7802-28.9176

#6fbfea color RGB value is (111,191,234).

#6fbfea hex color red value is 111, green value is 191 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6fbfea hue: 0.56 , saturation: 0.75 and the lightness value of 6fbfea is 0.68.

The process color (four color CMYK) of #6fbfea color hex is 0.53, 0.18, 0.00, 0.08. Web safe color of #6fbfea is #66ccff. Color #6fbfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111111 11101010
Octal 157 277 352
Decimal 111 191 234
Hex 6F BF EA

RGB Percentages of Color #6fbfea

%20.71
%35.63
%43.66

CMYK Percentages of Color #6fbfea

%53
%18
%0
%8

Triadic Colors of #6fbfea

#6fbfea #ea6fbf #bfea6f

Analogous Colors of #6fbfea

#6fbfea #6f82ea #6fead8

Monochromatic Colors of #6fbfea

#6fbfea

Complementary Color

#6fbfea #ea9a6f

#6fbfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbfea Color CSS Codes

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

#6fbfea Text Font Color

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

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


#6fbfea Background Color

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

This div background color is #6fbfea


#6fbfea Border Color

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

This div border color is #6fbfea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,191,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbfea


Comments

No comments written yet.

Please login to write comment.