Color Hex Logo

#6fcedd Color Hex

#6FCEDD
(111,206,221)
0 Favorites   0 Comments

Color spaces of #6fcedd

RGB 111206221
HSL0.520.620.65
HSV188°50°87°
CMYK 0.500.070.00   0.13
XYZ41.678052.742676.3903
Yxy52.74260.24400.3088
Hunter Lab72.6241-24.6534-11.5278
CIE-Lab77.7228-24.1152-16.1234

#6fcedd color RGB value is (111,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001110 11011101
Octal 157 316 335
Decimal 111 206 221
Hex 6F CE DD

RGB Percentages of Color #6fcedd

%20.63
%38.29
%41.08

CMYK Percentages of Color #6fcedd

%50
%7
%0
%13

Triadic Colors of #6fcedd

#6fcedd #dd6fce #cedd6f

Analogous Colors of #6fcedd

#6fcedd #6f97dd #6fddb5

Monochromatic Colors of #6fcedd

#6fcedd

Complementary Color

#6fcedd #dd7e6f

#6fcedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcedd Color CSS Codes

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

#6fcedd Text Font Color

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

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


#6fcedd Background Color

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

This div background color is #6fcedd


#6fcedd Border Color

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

This div border color is #6fcedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcedd


Comments

No comments written yet.

Please login to write comment.