Color Hex Logo

#2ab7df Color Hex

#2AB7DF
(42,183,223)
0 Favorites   0 Comments

Color spaces of #2ab7df

RGB 42183223
HSL0.540.740.52
HSV193°81°87°
CMYK 0.810.180.00   0.13
XYZ31.207639.686975.8276
Yxy39.68690.21270.2705
Hunter Lab62.9975-21.8207-27.2667
CIE-Lab69.2459-22.4991-30.3012

#2ab7df color RGB value is (42,183,223).

#2ab7df hex color red value is 42, green value is 183 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #2ab7df hue: 0.54 , saturation: 0.74 and the lightness value of 2ab7df is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10110111 11011111
Octal 52 267 337
Decimal 42 183 223
Hex 2A B7 DF

RGB Percentages of Color #2ab7df

%9.38
%40.85
%49.78

CMYK Percentages of Color #2ab7df

%81
%18
%0
%13

Triadic Colors of #2ab7df

#2ab7df #df2ab7 #b7df2a

Analogous Colors of #2ab7df

#2ab7df #2a5ddf #2adfad

Monochromatic Colors of #2ab7df

#2ab7df

Complementary Color

#2ab7df #df522a

#2ab7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab7df Color CSS Codes

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

#2ab7df Text Font Color

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

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


#2ab7df Background Color

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

This div background color is #2ab7df


#2ab7df Border Color

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

This div border color is #2ab7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ab7df


Comments

No comments written yet.

Please login to write comment.