Color Hex Logo

#6fbded Color Hex

#6FBDED
(111,189,237)
0 Favorites   0 Comments

Color spaces of #6fbded

RGB 111189237
HSL0.560.780.68
HSV203°53°93°
CMYK 0.530.200.00   0.07
XYZ40.039245.889186.8680
Yxy45.88910.23170.2656
Hunter Lab67.7415-13.0436-28.6112
CIE-Lab73.4735-10.8450-31.2293

#6fbded color RGB value is (111,189,237).

#6fbded hex color red value is 111, green value is 189 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6fbded hue: 0.56 , saturation: 0.78 and the lightness value of 6fbded is 0.68.

The process color (four color CMYK) of #6fbded color hex is 0.53, 0.20, 0.00, 0.07. Web safe color of #6fbded is #66ccff. Color #6fbded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111101 11101101
Octal 157 275 355
Decimal 111 189 237
Hex 6F BD ED

RGB Percentages of Color #6fbded

%20.67
%35.20
%44.13

CMYK Percentages of Color #6fbded

%53
%20
%0
%7

Triadic Colors of #6fbded

#6fbded #ed6fbd #bded6f

Analogous Colors of #6fbded

#6fbded #6f7eed #6fedde

Monochromatic Colors of #6fbded

#6fbded

Complementary Color

#6fbded #ed9f6f

#6fbded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbded Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbded Color CSS Codes

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

#6fbded Text Font Color

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

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


#6fbded Background Color

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

This div background color is #6fbded


#6fbded Border Color

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

This div border color is #6fbded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbded


Comments

No comments written yet.

Please login to write comment.