Color Hex Logo

#3adaeb Color Hex

#3ADAEB
(58,218,235)
0 Favorites   0 Comments

Color spaces of #3adaeb

RGB 58218235
HSL0.520.820.57
HSV186°75°92°
CMYK 0.750.070.00   0.08
XYZ41.811757.040587.4035
Yxy57.04050.22450.3062
Hunter Lab75.5252-33.3491-15.7473
CIE-Lab80.2024-34.3974-20.0082

#3adaeb color RGB value is (58,218,235).

#3adaeb hex color red value is 58, green value is 218 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3adaeb hue: 0.52 , saturation: 0.82 and the lightness value of 3adaeb is 0.57.

The process color (four color CMYK) of #3adaeb color hex is 0.75, 0.07, 0.00, 0.08. Web safe color of #3adaeb is #33ccff. Color #3adaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011010 11101011
Octal 72 332 353
Decimal 58 218 235
Hex 3A DA EB

RGB Percentages of Color #3adaeb

%11.35
%42.66
%45.99

CMYK Percentages of Color #3adaeb

%75
%7
%0
%8

Triadic Colors of #3adaeb

#3adaeb #eb3ada #daeb3a

Analogous Colors of #3adaeb

#3adaeb #3a82eb #3aeba4

Monochromatic Colors of #3adaeb

#3adaeb

Complementary Color

#3adaeb #eb4b3a

#3adaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adaeb Color CSS Codes

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

#3adaeb Text Font Color

<p style="color:#3adaeb">Text here</p>

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


#3adaeb Background Color

<div style="background-color:#3adaeb">
Div content here</div>

This div background color is #3adaeb


#3adaeb Border Color

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

This div border color is #3adaeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,218,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 #3adaeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adaeb


Comments

No comments written yet.

Please login to write comment.