Color Hex Logo

#6acde1 Color Hex

#6ACDE1
(106,205,225)
0 Favorites   0 Comments

Color spaces of #6acde1

RGB 106205225
HSL0.530.660.65
HSV190°53°88°
CMYK 0.530.090.00   0.12
XYZ41.365852.163179.1224
Yxy52.16310.23960.3021
Hunter Lab72.2240-24.1574-14.3962
CIE-Lab77.3783-23.5811-18.8113

#6acde1 color RGB value is (106,205,225).

#6acde1 hex color red value is 106, green value is 205 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #6acde1 hue: 0.53 , saturation: 0.66 and the lightness value of 6acde1 is 0.65.

The process color (four color CMYK) of #6acde1 color hex is 0.53, 0.09, 0.00, 0.12. Web safe color of #6acde1 is #66cccc. Color #6acde1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001101 11100001
Octal 152 315 341
Decimal 106 205 225
Hex 6A CD E1

RGB Percentages of Color #6acde1

%19.78
%38.25
%41.98

CMYK Percentages of Color #6acde1

%53
%9
%0
%12

Triadic Colors of #6acde1

#6acde1 #e16acd #cde16a

Analogous Colors of #6acde1

#6acde1 #6a92e1 #6ae1ba

Monochromatic Colors of #6acde1

#6acde1

Complementary Color

#6acde1 #e17e6a

#6acde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acde1 Color CSS Codes

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

#6acde1 Text Font Color

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

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


#6acde1 Background Color

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

This div background color is #6acde1


#6acde1 Border Color

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

This div border color is #6acde1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acde1


Comments

No comments written yet.

Please login to write comment.