Color Hex Logo

#2aceee Color Hex

#2ACEEE
(42,206,238)
0 Favorites   0 Comments

Color spaces of #2aceee

RGB 42206238
HSL0.530.850.55
HSV190°82°93°
CMYK 0.820.130.00   0.07
XYZ38.458850.807988.6688
Yxy50.80790.21610.2855
Hunter Lab71.2797-28.4301-23.8584
CIE-Lab76.5625-29.1574-27.1765

#2aceee color RGB value is (42,206,238).

#2aceee hex color red value is 42, green value is 206 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #2aceee hue: 0.53 , saturation: 0.85 and the lightness value of 2aceee is 0.55.

The process color (four color CMYK) of #2aceee color hex is 0.82, 0.13, 0.00, 0.07. Web safe color of #2aceee is #33ccff. Color #2aceee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11001110 11101110
Octal 52 316 356
Decimal 42 206 238
Hex 2A CE EE

RGB Percentages of Color #2aceee

%8.64
%42.39
%48.97

CMYK Percentages of Color #2aceee

%82
%13
%0
%7

Triadic Colors of #2aceee

#2aceee #ee2ace #ceee2a

Analogous Colors of #2aceee

#2aceee #2a6cee #2aeeac

Monochromatic Colors of #2aceee

#2aceee

Complementary Color

#2aceee #ee4a2a

#2aceee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aceee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aceee Color CSS Codes

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

#2aceee Text Font Color

<p style="color:#2aceee">Text here</p>

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


#2aceee Background Color

<div style="background-color:#2aceee">
Div content here</div>

This div background color is #2aceee


#2aceee Border Color

<div style="border:3px solid #2aceee">
Div here</div>

This div border color is #2aceee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,206,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2aceee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2aceee;
  -webkit-box-shadow: 1px 1px 3px 2px #2aceee;
  box-shadow:         1px 1px 3px 2px #2aceee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aceee


Comments

No comments written yet.

Please login to write comment.