Color Hex Logo

#6fbdc8 Color Hex

#6FBDC8
(111,189,200)
0 Favorites   0 Comments

Color spaces of #6fbdc8

RGB 111189200
HSL0.520.450.61
HSV187°45°78°
CMYK 0.450.050.00   0.22
XYZ35.178543.944861.2717
Yxy43.94480.25060.3130
Hunter Lab66.2909-21.2846-8.3973
CIE-Lab72.1916-21.1456-13.0644

#6fbdc8 color RGB value is (111,189,200).

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

The process color (four color CMYK) of #6fbdc8 color hex is 0.45, 0.05, 0.00, 0.22. Web safe color of #6fbdc8 is #66cccc. Color #6fbdc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111101 11001000
Octal 157 275 310
Decimal 111 189 200
Hex 6F BD C8

RGB Percentages of Color #6fbdc8

%22.20
%37.80
%40.00

CMYK Percentages of Color #6fbdc8

%45
%5
%0
%22

Triadic Colors of #6fbdc8

#6fbdc8 #c86fbd #bdc86f

Analogous Colors of #6fbdc8

#6fbdc8 #6f91c8 #6fc8a7

Monochromatic Colors of #6fbdc8

#6fbdc8

Complementary Color

#6fbdc8 #c87a6f

#6fbdc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbdc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbdc8 Color CSS Codes

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

#6fbdc8 Text Font Color

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

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


#6fbdc8 Background Color

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

This div background color is #6fbdc8


#6fbdc8 Border Color

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

This div border color is #6fbdc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbdc8


Comments

No comments written yet.

Please login to write comment.