Color Hex Logo

#6fbed5 Color Hex

#6FBED5
(111,190,213)
0 Favorites   0 Comments

Color spaces of #6fbed5

RGB 111190213
HSL0.540.550.64
HSV194°48°84°
CMYK 0.480.110.00   0.16
XYZ36.979245.010569.6897
Yxy45.01050.24380.2967
Hunter Lab67.0899-19.0200-14.6247
CIE-Lab72.8988-18.1704-19.0847

#6fbed5 color RGB value is (111,190,213).

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

The process color (four color CMYK) of #6fbed5 color hex is 0.48, 0.11, 0.00, 0.16. Web safe color of #6fbed5 is #66cccc. Color #6fbed5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111110 11010101
Octal 157 276 325
Decimal 111 190 213
Hex 6F BE D5

RGB Percentages of Color #6fbed5

%21.60
%36.96
%41.44

CMYK Percentages of Color #6fbed5

%48
%11
%0
%16

Triadic Colors of #6fbed5

#6fbed5 #d56fbe #bed56f

Analogous Colors of #6fbed5

#6fbed5 #6f8bd5 #6fd5b9

Monochromatic Colors of #6fbed5

#6fbed5

Complementary Color

#6fbed5 #d5866f

#6fbed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbed5 Color CSS Codes

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

#6fbed5 Text Font Color

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

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


#6fbed5 Background Color

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

This div background color is #6fbed5


#6fbed5 Border Color

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

This div border color is #6fbed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbed5


Comments

No comments written yet.

Please login to write comment.