Color Hex Logo

#6fbede Color Hex

#6FBEDE
(111,190,222)
0 Favorites   0 Comments

Color spaces of #6fbede

RGB 111190222
HSL0.550.630.65
HSV197°50°87°
CMYK 0.500.140.00   0.13
XYZ38.153845.480375.8749
Yxy45.48030.23920.2851
Hunter Lab67.4391-17.0317-19.4991
CIE-Lab73.2070-15.6744-23.5086

#6fbede color RGB value is (111,190,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111110 11011110
Octal 157 276 336
Decimal 111 190 222
Hex 6F BE DE

RGB Percentages of Color #6fbede

%21.22
%36.33
%42.45

CMYK Percentages of Color #6fbede

%50
%14
%0
%13

Triadic Colors of #6fbede

#6fbede #de6fbe #bede6f

Analogous Colors of #6fbede

#6fbede #6f87de #6fdec7

Monochromatic Colors of #6fbede

#6fbede

Complementary Color

#6fbede #de8f6f

#6fbede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbede Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbede Color CSS Codes

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

#6fbede Text Font Color

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

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


#6fbede Background Color

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

This div background color is #6fbede


#6fbede Border Color

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

This div border color is #6fbede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbede


Comments

No comments written yet.

Please login to write comment.