Color Hex Logo

#6fcbda Color Hex

#6FCBDA
(111,203,218)
0 Favorites   0 Comments

Color spaces of #6fcbda

RGB 111203218
HSL0.520.590.65
HSV188°49°85°
CMYK 0.490.070.00   0.15
XYZ40.566451.153374.0652
Yxy51.15330.24470.3086
Hunter Lab71.5215-23.9190-11.3336
CIE-Lab76.7718-23.4237-15.9415

#6fcbda color RGB value is (111,203,218).

#6fcbda hex color red value is 111, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6fcbda hue: 0.52 , saturation: 0.59 and the lightness value of 6fcbda is 0.65.

The process color (four color CMYK) of #6fcbda color hex is 0.49, 0.07, 0.00, 0.15. Web safe color of #6fcbda is #66cccc. Color #6fcbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001011 11011010
Octal 157 313 332
Decimal 111 203 218
Hex 6F CB DA

RGB Percentages of Color #6fcbda

%20.86
%38.16
%40.98

CMYK Percentages of Color #6fcbda

%49
%7
%0
%15

Triadic Colors of #6fcbda

#6fcbda #da6fcb #cbda6f

Analogous Colors of #6fcbda

#6fcbda #6f96da #6fdab4

Monochromatic Colors of #6fcbda

#6fcbda

Complementary Color

#6fcbda #da7e6f

#6fcbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcbda Color CSS Codes

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

#6fcbda Text Font Color

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

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


#6fcbda Background Color

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

This div background color is #6fcbda


#6fcbda Border Color

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

This div border color is #6fcbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcbda


Comments

No comments written yet.

Please login to write comment.