Color Hex Logo

#6acef3 Color Hex

#6ACEF3
(106,206,243)
0 Favorites   0 Comments

Color spaces of #6acef3

RGB 106206243
HSL0.550.850.68
HSV196°56°95°
CMYK 0.560.150.00   0.05
XYZ44.192853.677892.8257
Yxy53.67780.23170.2815
Hunter Lab73.2651-20.5446-23.8338
CIE-Lab78.2735-18.9975-27.1007

#6acef3 color RGB value is (106,206,243).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001110 11110011
Octal 152 316 363
Decimal 106 206 243
Hex 6A CE F3

RGB Percentages of Color #6acef3

%19.10
%37.12
%43.78

CMYK Percentages of Color #6acef3

%56
%15
%0
%5

Triadic Colors of #6acef3

#6acef3 #f36ace #cef36a

Analogous Colors of #6acef3

#6acef3 #6a8af3 #6af3d4

Monochromatic Colors of #6acef3

#6acef3

Complementary Color

#6acef3 #f38f6a

#6acef3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acef3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acef3 Color CSS Codes

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

#6acef3 Text Font Color

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

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


#6acef3 Background Color

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

This div background color is #6acef3


#6acef3 Border Color

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

This div border color is #6acef3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acef3


Comments

No comments written yet.

Please login to write comment.