Color Hex Logo

#6eafef Color Hex

#6EAFEF
(110,175,239)
0 Favorites   0 Comments

Color spaces of #6eafef

RGB 110175239
HSL0.580.800.68
HSV210°54°94°
CMYK 0.540.270.00   0.06
XYZ37.340440.206987.4540
Yxy40.20690.22630.2437
Hunter Lab63.4089-5.8501-37.3869
CIE-Lab69.6166-2.8385-38.2953

#6eafef color RGB value is (110,175,239).

#6eafef hex color red value is 110, green value is 175 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6eafef hue: 0.58 , saturation: 0.80 and the lightness value of 6eafef is 0.68.

The process color (four color CMYK) of #6eafef color hex is 0.54, 0.27, 0.00, 0.06. Web safe color of #6eafef is #6699ff. Color #6eafef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101111 11101111
Octal 156 257 357
Decimal 110 175 239
Hex 6E AF EF

RGB Percentages of Color #6eafef

%20.99
%33.40
%45.61

CMYK Percentages of Color #6eafef

%54
%27
%0
%6

Triadic Colors of #6eafef

#6eafef #ef6eaf #afef6e

Analogous Colors of #6eafef

#6eafef #6e6fef #6eefef

Monochromatic Colors of #6eafef

#6eafef

Complementary Color

#6eafef #efae6e

#6eafef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eafef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eafef Color CSS Codes

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

#6eafef Text Font Color

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

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


#6eafef Background Color

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

This div background color is #6eafef


#6eafef Border Color

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

This div border color is #6eafef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eafef


Comments

No comments written yet.

Please login to write comment.