Color Hex Logo

#6fbfdd Color Hex

#6FBFDD
(111,191,221)
0 Favorites   0 Comments

Color spaces of #6fbfdd

RGB 111191221
HSL0.550.620.65
HSV196°50°87°
CMYK 0.500.140.00   0.13
XYZ38.237545.861675.2435
Yxy45.86160.24000.2878
Hunter Lab67.7212-17.7254-18.4710
CIE-Lab73.4556-16.4764-22.5868

#6fbfdd color RGB value is (111,191,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111111 11011101
Octal 157 277 335
Decimal 111 191 221
Hex 6F BF DD

RGB Percentages of Color #6fbfdd

%21.22
%36.52
%42.26

CMYK Percentages of Color #6fbfdd

%50
%14
%0
%13

Triadic Colors of #6fbfdd

#6fbfdd #dd6fbf #bfdd6f

Analogous Colors of #6fbfdd

#6fbfdd #6f88dd #6fddc4

Monochromatic Colors of #6fbfdd

#6fbfdd

Complementary Color

#6fbfdd #dd8d6f

#6fbfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbfdd Color CSS Codes

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

#6fbfdd Text Font Color

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

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


#6fbfdd Background Color

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

This div background color is #6fbfdd


#6fbfdd Border Color

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

This div border color is #6fbfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbfdd


Comments

No comments written yet.

Please login to write comment.