Color Hex Logo

#2abdde Color Hex

#2ABDDE
(42,189,222)
0 Favorites   0 Comments

Color spaces of #2abdde

RGB 42189222
HSL0.530.730.52
HSV191°81°87°
CMYK 0.810.150.00   0.13
XYZ32.337342.161475.5408
Yxy42.16140.21550.2810
Hunter Lab64.9318-24.7342-23.5249
CIE-Lab70.9821-25.8693-27.0842

#2abdde color RGB value is (42,189,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111101 11011110
Octal 52 275 336
Decimal 42 189 222
Hex 2A BD DE

RGB Percentages of Color #2abdde

%9.27
%41.72
%49.01

CMYK Percentages of Color #2abdde

%81
%15
%0
%13

Triadic Colors of #2abdde

#2abdde #de2abd #bdde2a

Analogous Colors of #2abdde

#2abdde #2a63de #2adea5

Monochromatic Colors of #2abdde

#2abdde

Complementary Color

#2abdde #de4b2a

#2abdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abdde Color CSS Codes

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

#2abdde Text Font Color

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

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


#2abdde Background Color

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

This div background color is #2abdde


#2abdde Border Color

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

This div border color is #2abdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abdde


Comments

No comments written yet.

Please login to write comment.