Color Hex Logo

#6acdee Color Hex

#6ACDEE
(106,205,238)
0 Favorites   0 Comments

Color spaces of #6acdee

RGB 106205238
HSL0.540.800.67
HSV195°55°93°
CMYK 0.550.140.00   0.07
XYZ43.207852.899988.8223
Yxy52.89990.23360.2861
Hunter Lab72.7323-21.2408-21.4936
CIE-Lab77.8159-19.9245-25.1233

#6acdee color RGB value is (106,205,238).

#6acdee hex color red value is 106, green value is 205 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #6acdee hue: 0.54 , saturation: 0.80 and the lightness value of 6acdee is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001101 11101110
Octal 152 315 356
Decimal 106 205 238
Hex 6A CD EE

RGB Percentages of Color #6acdee

%19.31
%37.34
%43.35

CMYK Percentages of Color #6acdee

%55
%14
%0
%7

Triadic Colors of #6acdee

#6acdee #ee6acd #cdee6a

Analogous Colors of #6acdee

#6acdee #6a8bee #6aeecd

Monochromatic Colors of #6acdee

#6acdee

Complementary Color

#6acdee #ee8b6a

#6acdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acdee Color CSS Codes

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

#6acdee Text Font Color

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

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


#6acdee Background Color

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

This div background color is #6acdee


#6acdee Border Color

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

This div border color is #6acdee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,205,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acdee


Comments

No comments written yet.

Please login to write comment.