Color Hex Logo

#6fcded Color Hex

#6FCDED
(111,205,237)
0 Favorites   0 Comments

Color spaces of #6fcded

RGB 111205237
HSL0.540.780.68
HSV195°53°93°
CMYK 0.530.140.00   0.07
XYZ43.672953.156688.0792
Yxy53.15660.23620.2875
Hunter Lab72.9086-20.6669-20.5909
CIE-Lab77.9674-19.2030-24.3395

#6fcded color RGB value is (111,205,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001101 11101101
Octal 157 315 355
Decimal 111 205 237
Hex 6F CD ED

RGB Percentages of Color #6fcded

%20.07
%37.07
%42.86

CMYK Percentages of Color #6fcded

%53
%14
%0
%7

Triadic Colors of #6fcded

#6fcded #ed6fcd #cded6f

Analogous Colors of #6fcded

#6fcded #6f8eed #6fedce

Monochromatic Colors of #6fcded

#6fcded

Complementary Color

#6fcded #ed8f6f

#6fcded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcded Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcded Color CSS Codes

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

#6fcded Text Font Color

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

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


#6fcded Background Color

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

This div background color is #6fcded


#6fcded Border Color

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

This div border color is #6fcded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcded


Comments

No comments written yet.

Please login to write comment.