Color Hex Logo

#6fbddc Color Hex

#6FBDDC
(111,189,220)
0 Favorites   0 Comments

Color spaces of #6fbddc

RGB 111189220
HSL0.550.610.65
HSV197°50°86°
CMYK 0.500.140.00   0.14
XYZ37.671444.942074.3993
Yxy44.94200.23990.2862
Hunter Lab67.0388-17.0126-18.8726
CIE-Lab72.8537-15.7124-22.9609

#6fbddc color RGB value is (111,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111101 11011100
Octal 157 275 334
Decimal 111 189 220
Hex 6F BD DC

RGB Percentages of Color #6fbddc

%21.35
%36.35
%42.31

CMYK Percentages of Color #6fbddc

%50
%14
%0
%14

Triadic Colors of #6fbddc

#6fbddc #dc6fbd #bddc6f

Analogous Colors of #6fbddc

#6fbddc #6f87dc #6fdcc5

Monochromatic Colors of #6fbddc

#6fbddc

Complementary Color

#6fbddc #dc8e6f

#6fbddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbddc Color CSS Codes

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

#6fbddc Text Font Color

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

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


#6fbddc Background Color

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

This div background color is #6fbddc


#6fbddc Border Color

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

This div border color is #6fbddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbddc


Comments

No comments written yet.

Please login to write comment.