Color Hex Logo

#6fbced Color Hex

#6FBCED
(111,188,237)
0 Favorites   0 Comments

Color spaces of #6fbced

RGB 111188237
HSL0.560.780.68
HSV203°53°93°
CMYK 0.530.210.00   0.07
XYZ39.824845.460486.7965
Yxy45.46040.23140.2642
Hunter Lab67.4243-12.5599-29.1280
CIE-Lab73.1940-10.3104-31.6603

#6fbced color RGB value is (111,188,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111100 11101101
Octal 157 274 355
Decimal 111 188 237
Hex 6F BC ED

RGB Percentages of Color #6fbced

%20.71
%35.07
%44.22

CMYK Percentages of Color #6fbced

%53
%21
%0
%7

Triadic Colors of #6fbced

#6fbced #ed6fbc #bced6f

Analogous Colors of #6fbced

#6fbced #6f7ded #6feddf

Monochromatic Colors of #6fbced

#6fbced

Complementary Color

#6fbced #eda06f

#6fbced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbced Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbced Color CSS Codes

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

#6fbced Text Font Color

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

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


#6fbced Background Color

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

This div background color is #6fbced


#6fbced Border Color

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

This div border color is #6fbced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbced


Comments

No comments written yet.

Please login to write comment.