Color Hex Logo

#6acedd Color Hex

#6ACEDD
(106,206,221)
0 Favorites   0 Comments

Color spaces of #6acedd

RGB 106206221
HSL0.520.630.64
HSV188°52°87°
CMYK 0.520.070.00   0.13
XYZ41.066352.427276.3617
Yxy52.42720.24180.3087
Hunter Lab72.4066-25.4732-11.8440
CIE-Lab77.5356-25.1759-16.4240

#6acedd color RGB value is (106,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001110 11011101
Octal 152 316 335
Decimal 106 206 221
Hex 6A CE DD

RGB Percentages of Color #6acedd

%19.89
%38.65
%41.46

CMYK Percentages of Color #6acedd

%52
%7
%0
%13

Triadic Colors of #6acedd

#6acedd #dd6ace #cedd6a

Analogous Colors of #6acedd

#6acedd #6a95dd #6addb3

Monochromatic Colors of #6acedd

#6acedd

Complementary Color

#6acedd #dd796a

#6acedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acedd Color CSS Codes

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

#6acedd Text Font Color

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

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


#6acedd Background Color

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

This div background color is #6acedd


#6acedd Border Color

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

This div border color is #6acedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acedd


Comments

No comments written yet.

Please login to write comment.