Color Hex Logo

#6fbcee Color Hex

#6FBCEE
(111,188,238)
0 Favorites   0 Comments

Color spaces of #6fbcee

RGB 111188238
HSL0.570.790.68
HSV204°53°93°
CMYK 0.530.210.00   0.07
XYZ39.971445.519087.5682
Yxy45.51900.23100.2630
Hunter Lab67.4678-12.3160-29.7266
CIE-Lab73.2323-10.0170-32.1422

#6fbcee color RGB value is (111,188,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111100 11101110
Octal 157 274 356
Decimal 111 188 238
Hex 6F BC EE

RGB Percentages of Color #6fbcee

%20.67
%35.01
%44.32

CMYK Percentages of Color #6fbcee

%53
%21
%0
%7

Triadic Colors of #6fbcee

#6fbcee #ee6fbc #bcee6f

Analogous Colors of #6fbcee

#6fbcee #6f7dee #6feee1

Monochromatic Colors of #6fbcee

#6fbcee

Complementary Color

#6fbcee #eea16f

#6fbcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbcee Color CSS Codes

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

#6fbcee Text Font Color

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

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


#6fbcee Background Color

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

This div background color is #6fbcee


#6fbcee Border Color

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

This div border color is #6fbcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbcee


Comments

No comments written yet.

Please login to write comment.