Color Hex Logo

#2abbe1 Color Hex

#2ABBE1
(42,187,225)
0 Favorites   0 Comments

Color spaces of #2abbe1

RGB 42187225
HSL0.530.750.52
HSV192°81°88°
CMYK 0.810.170.00   0.12
XYZ32.315841.469177.5353
Yxy41.46910.21360.2740
Hunter Lab64.3965-23.1181-26.3094
CIE-Lab70.5033-23.8833-29.4543

#2abbe1 color RGB value is (42,187,225).

#2abbe1 hex color red value is 42, green value is 187 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #2abbe1 hue: 0.53 , saturation: 0.75 and the lightness value of 2abbe1 is 0.52.

The process color (four color CMYK) of #2abbe1 color hex is 0.81, 0.17, 0.00, 0.12. Web safe color of #2abbe1 is #33cccc. Color #2abbe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111011 11100001
Octal 52 273 341
Decimal 42 187 225
Hex 2A BB E1

RGB Percentages of Color #2abbe1

%9.25
%41.19
%49.56

CMYK Percentages of Color #2abbe1

%81
%17
%0
%12

Triadic Colors of #2abbe1

#2abbe1 #e12abb #bbe12a

Analogous Colors of #2abbe1

#2abbe1 #2a60e1 #2ae1ac

Monochromatic Colors of #2abbe1

#2abbe1

Complementary Color

#2abbe1 #e1502a

#2abbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abbe1 Color CSS Codes

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

#2abbe1 Text Font Color

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

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


#2abbe1 Background Color

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

This div background color is #2abbe1


#2abbe1 Border Color

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

This div border color is #2abbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abbe1


Comments

No comments written yet.

Please login to write comment.