Color Hex Logo

#6fbedc Color Hex

#6FBEDC
(111,190,220)
0 Favorites   0 Comments

Color spaces of #6fbedc

RGB 111190220
HSL0.550.610.65
HSV197°50°86°
CMYK 0.500.140.00   0.14
XYZ37.887345.373774.4713
Yxy45.37370.24020.2877
Hunter Lab67.3600-17.4809-18.3973
CIE-Lab73.1373-16.2345-22.5287

#6fbedc color RGB value is (111,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111110 11011100
Octal 157 276 334
Decimal 111 190 220
Hex 6F BE DC

RGB Percentages of Color #6fbedc

%21.31
%36.47
%42.23

CMYK Percentages of Color #6fbedc

%50
%14
%0
%14

Triadic Colors of #6fbedc

#6fbedc #dc6fbe #bedc6f

Analogous Colors of #6fbedc

#6fbedc #6f88dc #6fdcc4

Monochromatic Colors of #6fbedc

#6fbedc

Complementary Color

#6fbedc #dc8d6f

#6fbedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbedc Color CSS Codes

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

#6fbedc Text Font Color

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

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


#6fbedc Background Color

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

This div background color is #6fbedc


#6fbedc Border Color

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

This div border color is #6fbedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbedc


Comments

No comments written yet.

Please login to write comment.