Color Hex Logo

#6aebfc Color Hex

#6AEBFC
(106,235,252)
0 Favorites   0 Comments

Color spaces of #6aebfc

RGB 106235252
HSL0.520.960.70
HSV187°58°99°
CMYK 0.580.070.00   0.01
XYZ53.222969.5091102.7069
Yxy69.50910.23610.3083
Hunter Lab83.3721-31.9508-14.6794
CIE-Lab86.7555-30.7921-18.9800

#6aebfc color RGB value is (106,235,252).

#6aebfc hex color red value is 106, green value is 235 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6aebfc hue: 0.52 , saturation: 0.96 and the lightness value of 6aebfc is 0.70.

The process color (four color CMYK) of #6aebfc color hex is 0.58, 0.07, 0.00, 0.01. Web safe color of #6aebfc is #66ffff. Color #6aebfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101011 11111100
Octal 152 353 374
Decimal 106 235 252
Hex 6A EB FC

RGB Percentages of Color #6aebfc

%17.88
%39.63
%42.50

CMYK Percentages of Color #6aebfc

%58
%7
%0
%1

Triadic Colors of #6aebfc

#6aebfc #fc6aeb #ebfc6a

Analogous Colors of #6aebfc

#6aebfc #6aa2fc #6afcc4

Monochromatic Colors of #6aebfc

#6aebfc

Complementary Color

#6aebfc #fc7b6a

#6aebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aebfc Color CSS Codes

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

#6aebfc Text Font Color

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

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


#6aebfc Background Color

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

This div background color is #6aebfc


#6aebfc Border Color

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

This div border color is #6aebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aebfc


Comments

No comments written yet.

Please login to write comment.