Color Hex Logo

#2ad5ee Color Hex

#2AD5EE
(42,213,238)
0 Favorites   0 Comments

Color spaces of #2ad5ee

RGB 42213238
HSL0.520.850.55
HSV188°82°93°
CMYK 0.820.110.00   0.07
XYZ40.181754.253889.2431
Yxy54.25380.21880.2954
Hunter Lab73.6572-31.5242-20.2758
CIE-Lab78.6095-32.5386-24.0496

#2ad5ee color RGB value is (42,213,238).

#2ad5ee hex color red value is 42, green value is 213 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #2ad5ee hue: 0.52 , saturation: 0.85 and the lightness value of 2ad5ee is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 11010101 11101110
Octal 52 325 356
Decimal 42 213 238
Hex 2A D5 EE

RGB Percentages of Color #2ad5ee

%8.52
%43.20
%48.28

CMYK Percentages of Color #2ad5ee

%82
%11
%0
%7

Triadic Colors of #2ad5ee

#2ad5ee #ee2ad5 #d5ee2a

Analogous Colors of #2ad5ee

#2ad5ee #2a73ee #2aeea5

Monochromatic Colors of #2ad5ee

#2ad5ee

Complementary Color

#2ad5ee #ee432a

#2ad5ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ad5ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ad5ee Color CSS Codes

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

#2ad5ee Text Font Color

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

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


#2ad5ee Background Color

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

This div background color is #2ad5ee


#2ad5ee Border Color

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

This div border color is #2ad5ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ad5ee


Comments

No comments written yet.

Please login to write comment.