Color Hex Logo

#2abdeb Color Hex

#2ABDEB
(42,189,235)
0 Favorites   0 Comments

Color spaces of #2abdeb

RGB 42189235
HSL0.540.830.54
HSV194°82°92°
CMYK 0.820.200.00   0.08
XYZ34.147842.885685.0752
Yxy42.88560.21060.2645
Hunter Lab65.4871-21.5248-31.1835
CIE-Lab71.4773-21.6075-33.3862

#2abdeb color RGB value is (42,189,235).

#2abdeb hex color red value is 42, green value is 189 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2abdeb hue: 0.54 , saturation: 0.83 and the lightness value of 2abdeb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111101 11101011
Octal 52 275 353
Decimal 42 189 235
Hex 2A BD EB

RGB Percentages of Color #2abdeb

%9.01
%40.56
%50.43

CMYK Percentages of Color #2abdeb

%82
%20
%0
%8

Triadic Colors of #2abdeb

#2abdeb #eb2abd #bdeb2a

Analogous Colors of #2abdeb

#2abdeb #2a5deb #2aebb9

Monochromatic Colors of #2abdeb

#2abdeb

Complementary Color

#2abdeb #eb582a

#2abdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abdeb Color CSS Codes

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

#2abdeb Text Font Color

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

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


#2abdeb Background Color

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

This div background color is #2abdeb


#2abdeb Border Color

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

This div border color is #2abdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abdeb


Comments

No comments written yet.

Please login to write comment.