Color Hex Logo

#3addeb Color Hex

#3ADDEB
(58,221,235)
0 Favorites   0 Comments

Color spaces of #3addeb

RGB 58221235
HSL0.510.820.57
HSV185°75°92°
CMYK 0.750.060.00   0.08
XYZ42.596858.610687.6652
Yxy58.61060.22550.3103
Hunter Lab76.5576-34.6579-14.3020
CIE-Lab81.0771-35.8023-18.6854

#3addeb color RGB value is (58,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011101 11101011
Octal 72 335 353
Decimal 58 221 235
Hex 3A DD EB

RGB Percentages of Color #3addeb

%11.28
%43.00
%45.72

CMYK Percentages of Color #3addeb

%75
%6
%0
%8

Triadic Colors of #3addeb

#3addeb #eb3add #ddeb3a

Analogous Colors of #3addeb

#3addeb #3a85eb #3aeba1

Monochromatic Colors of #3addeb

#3addeb

Complementary Color

#3addeb #eb483a

#3addeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3addeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3addeb Color CSS Codes

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

#3addeb Text Font Color

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

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


#3addeb Background Color

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

This div background color is #3addeb


#3addeb Border Color

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

This div border color is #3addeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3addeb


Comments

No comments written yet.

Please login to write comment.