Color Hex Logo

#6fbfdc Color Hex

#6FBFDC
(111,191,220)
0 Favorites   0 Comments

Color spaces of #6fbfdc

RGB 111191220
HSL0.540.610.65
HSV196°50°86°
CMYK 0.500.130.00   0.14
XYZ38.104645.808474.5437
Yxy45.80840.24050.2891
Hunter Lab67.6819-17.9487-17.9237
CIE-Lab73.4210-16.7554-22.0966

#6fbfdc color RGB value is (111,191,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111111 11011100
Octal 157 277 334
Decimal 111 191 220
Hex 6F BF DC

RGB Percentages of Color #6fbfdc

%21.26
%36.59
%42.15

CMYK Percentages of Color #6fbfdc

%50
%13
%0
%14

Triadic Colors of #6fbfdc

#6fbfdc #dc6fbf #bfdc6f

Analogous Colors of #6fbfdc

#6fbfdc #6f89dc #6fdcc3

Monochromatic Colors of #6fbfdc

#6fbfdc

Complementary Color

#6fbfdc #dc8c6f

#6fbfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbfdc Color CSS Codes

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

#6fbfdc Text Font Color

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

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


#6fbfdc Background Color

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

This div background color is #6fbfdc


#6fbfdc Border Color

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

This div border color is #6fbfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbfdc


Comments

No comments written yet.

Please login to write comment.