Color Hex Logo

#6fbfed Color Hex

#6FBFED
(111,191,237)
0 Favorites   0 Comments

Color spaces of #6fbfed

RGB 111191237
HSL0.560.780.68
HSV202°53°93°
CMYK 0.530.190.00   0.07
XYZ40.472446.755587.0124
Yxy46.75550.23230.2683
Hunter Lab68.3780-14.0087-27.5831
CIE-Lab74.0331-11.9101-30.3673

#6fbfed color RGB value is (111,191,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111111 11101101
Octal 157 277 355
Decimal 111 191 237
Hex 6F BF ED

RGB Percentages of Color #6fbfed

%20.59
%35.44
%43.97

CMYK Percentages of Color #6fbfed

%53
%19
%0
%7

Triadic Colors of #6fbfed

#6fbfed #ed6fbf #bfed6f

Analogous Colors of #6fbfed

#6fbfed #6f80ed #6feddc

Monochromatic Colors of #6fbfed

#6fbfed

Complementary Color

#6fbfed #ed9d6f

#6fbfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbfed Color CSS Codes

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

#6fbfed Text Font Color

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

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


#6fbfed Background Color

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

This div background color is #6fbfed


#6fbfed Border Color

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

This div border color is #6fbfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbfed


Comments

No comments written yet.

Please login to write comment.