Color Hex Logo

#6fbbed Color Hex

#6FBBED
(111,187,237)
0 Favorites   0 Comments

Color spaces of #6fbbed

RGB 111187237
HSL0.570.780.68
HSV204°53°93°
CMYK 0.530.210.00   0.07
XYZ39.611945.034686.7255
Yxy45.03460.23110.2628
Hunter Lab67.1078-12.0751-29.6468
CIE-Lab72.9147-9.7743-32.0914

#6fbbed color RGB value is (111,187,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111011 11101101
Octal 157 273 355
Decimal 111 187 237
Hex 6F BB ED

RGB Percentages of Color #6fbbed

%20.75
%34.95
%44.30

CMYK Percentages of Color #6fbbed

%53
%21
%0
%7

Triadic Colors of #6fbbed

#6fbbed #ed6fbb #bbed6f

Analogous Colors of #6fbbed

#6fbbed #6f7ced #6fede0

Monochromatic Colors of #6fbbed

#6fbbed

Complementary Color

#6fbbed #eda16f

#6fbbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbbed Color CSS Codes

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

#6fbbed Text Font Color

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

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


#6fbbed Background Color

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

This div background color is #6fbbed


#6fbbed Border Color

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

This div border color is #6fbbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbbed


Comments

No comments written yet.

Please login to write comment.