Color Hex Logo

#6fbcdc Color Hex

#6FBCDC
(111,188,220)
0 Favorites   0 Comments

Color spaces of #6fbcdc

RGB 111188220
HSL0.550.610.65
HSV198°50°86°
CMYK 0.500.150.00   0.14
XYZ37.457044.513374.3279
Yxy44.51330.23970.2848
Hunter Lab66.7183-16.5435-19.3496
CIE-Lab72.5703-15.1888-23.3932

#6fbcdc color RGB value is (111,188,220).

#6fbcdc hex color red value is 111, green value is 188 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6fbcdc hue: 0.55 , saturation: 0.61 and the lightness value of 6fbcdc is 0.65.

The process color (four color CMYK) of #6fbcdc color hex is 0.50, 0.15, 0.00, 0.14. Web safe color of #6fbcdc is #66cccc. Color #6fbcdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111100 11011100
Octal 157 274 334
Decimal 111 188 220
Hex 6F BC DC

RGB Percentages of Color #6fbcdc

%21.39
%36.22
%42.39

CMYK Percentages of Color #6fbcdc

%50
%15
%0
%14

Triadic Colors of #6fbcdc

#6fbcdc #dc6fbc #bcdc6f

Analogous Colors of #6fbcdc

#6fbcdc #6f86dc #6fdcc6

Monochromatic Colors of #6fbcdc

#6fbcdc

Complementary Color

#6fbcdc #dc8f6f

#6fbcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbcdc Color CSS Codes

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

#6fbcdc Text Font Color

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

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


#6fbcdc Background Color

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

This div background color is #6fbcdc


#6fbcdc Border Color

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

This div border color is #6fbcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbcdc


Comments

No comments written yet.

Please login to write comment.