Color Hex Logo

#6acaed Color Hex

#6ACAED
(106,202,237)
0 Favorites   0 Comments

Color spaces of #6acaed

RGB 106202237
HSL0.540.780.67
HSV196°55°93°
CMYK 0.550.150.00   0.07
XYZ42.350451.419787.8136
Yxy51.41970.23320.2832
Hunter Lab71.7075-20.0662-22.4117
CIE-Lab76.9325-18.6771-25.9361

#6acaed color RGB value is (106,202,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001010 11101101
Octal 152 312 355
Decimal 106 202 237
Hex 6A CA ED

RGB Percentages of Color #6acaed

%19.45
%37.06
%43.49

CMYK Percentages of Color #6acaed

%55
%15
%0
%7

Triadic Colors of #6acaed

#6acaed #ed6aca #caed6a

Analogous Colors of #6acaed

#6acaed #6a89ed #6aedcf

Monochromatic Colors of #6acaed

#6acaed

Complementary Color

#6acaed #ed8d6a

#6acaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acaed Color CSS Codes

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

#6acaed Text Font Color

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

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


#6acaed Background Color

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

This div background color is #6acaed


#6acaed Border Color

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

This div border color is #6acaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acaed


Comments

No comments written yet.

Please login to write comment.