Color Hex Logo

#2abbdc Color Hex

#2ABBDC
(42,187,220)
0 Favorites   0 Comments

Color spaces of #2abbdc

RGB 42187220
HSL0.530.720.51
HSV191°81°86°
CMYK 0.810.150.00   0.14
XYZ31.643441.200273.9948
Yxy41.20020.21550.2806
Hunter Lab64.1874-24.3301-23.4180
CIE-Lab70.3160-25.5130-27.0164

#2abbdc color RGB value is (42,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111011 11011100
Octal 52 273 334
Decimal 42 187 220
Hex 2A BB DC

RGB Percentages of Color #2abbdc

%9.35
%41.65
%49.00

CMYK Percentages of Color #2abbdc

%81
%15
%0
%14

Triadic Colors of #2abbdc

#2abbdc #dc2abb #bbdc2a

Analogous Colors of #2abbdc

#2abbdc #2a62dc #2adca4

Monochromatic Colors of #2abbdc

#2abbdc

Complementary Color

#2abbdc #dc4b2a

#2abbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abbdc Color CSS Codes

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

#2abbdc Text Font Color

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

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


#2abbdc Background Color

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

This div background color is #2abbdc


#2abbdc Border Color

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

This div border color is #2abbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abbdc


Comments

No comments written yet.

Please login to write comment.