Color Hex Logo

#2abcef Color Hex

#2ABCEF
(42,188,239)
0 Favorites   0 Comments

Color spaces of #2abcef

RGB 42188239
HSL0.540.860.55
HSV196°82°94°
CMYK 0.820.210.00   0.06
XYZ34.518142.690788.0822
Yxy42.69070.20880.2583
Hunter Lab65.3381-20.0402-34.1921
CIE-Lab71.3445-19.7552-35.7602

#2abcef color RGB value is (42,188,239).

#2abcef hex color red value is 42, green value is 188 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #2abcef hue: 0.54 , saturation: 0.86 and the lightness value of 2abcef is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111100 11101111
Octal 52 274 357
Decimal 42 188 239
Hex 2A BC EF

RGB Percentages of Color #2abcef

%8.96
%40.09
%50.96

CMYK Percentages of Color #2abcef

%82
%21
%0
%6

Triadic Colors of #2abcef

#2abcef #ef2abc #bcef2a

Analogous Colors of #2abcef

#2abcef #2a5aef #2aefc0

Monochromatic Colors of #2abcef

#2abcef

Complementary Color

#2abcef #ef5d2a

#2abcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abcef Color CSS Codes

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

#2abcef Text Font Color

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

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


#2abcef Background Color

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

This div background color is #2abcef


#2abcef Border Color

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

This div border color is #2abcef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,188,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 #2abcef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abcef


Comments

No comments written yet.

Please login to write comment.