Color Hex Logo

#6acaef Color Hex

#6ACAEF
(106,202,239)
0 Favorites   0 Comments

Color spaces of #6acaef

RGB 106202239
HSL0.550.810.68
HSV197°56°94°
CMYK 0.560.150.00   0.06
XYZ42.644451.537289.3614
Yxy51.53720.23230.2808
Hunter Lab71.7894-19.5988-23.5499
CIE-Lab77.0033-18.1003-26.9016

#6acaef color RGB value is (106,202,239).

#6acaef hex color red value is 106, green value is 202 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6acaef hue: 0.55 , saturation: 0.81 and the lightness value of 6acaef is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001010 11101111
Octal 152 312 357
Decimal 106 202 239
Hex 6A CA EF

RGB Percentages of Color #6acaef

%19.38
%36.93
%43.69

CMYK Percentages of Color #6acaef

%56
%15
%0
%6

Triadic Colors of #6acaef

#6acaef #ef6aca #caef6a

Analogous Colors of #6acaef

#6acaef #6a88ef #6aefd2

Monochromatic Colors of #6acaef

#6acaef

Complementary Color

#6acaef #ef8f6a

#6acaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acaef Color CSS Codes

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

#6acaef Text Font Color

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

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


#6acaef Background Color

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

This div background color is #6acaef


#6acaef Border Color

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

This div border color is #6acaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acaef


Comments

No comments written yet.

Please login to write comment.