Color Hex Logo

#6fbcec Color Hex

#6FBCEC
(111,188,236)
0 Favorites   0 Comments

Color spaces of #6fbcec

RGB 111188236
HSL0.560.770.68
HSV203°53°93°
CMYK 0.530.200.00   0.07
XYZ39.679145.402186.0290
Yxy45.40210.23190.2653
Hunter Lab67.3811-12.8025-28.5319
CIE-Lab73.1559-10.6029-31.1779

#6fbcec color RGB value is (111,188,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111100 11101100
Octal 157 274 354
Decimal 111 188 236
Hex 6F BC EC

RGB Percentages of Color #6fbcec

%20.75
%35.14
%44.11

CMYK Percentages of Color #6fbcec

%53
%20
%0
%7

Triadic Colors of #6fbcec

#6fbcec #ec6fbc #bcec6f

Analogous Colors of #6fbcec

#6fbcec #6f7eec #6fecde

Monochromatic Colors of #6fbcec

#6fbcec

Complementary Color

#6fbcec #ec9f6f

#6fbcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbcec Color CSS Codes

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

#6fbcec Text Font Color

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

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


#6fbcec Background Color

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

This div background color is #6fbcec


#6fbcec Border Color

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

This div border color is #6fbcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbcec


Comments

No comments written yet.

Please login to write comment.