Color Hex Logo

#3abdee Color Hex

#3ABDEE
(58,189,238)
0 Favorites   0 Comments

Color spaces of #3abdee

RGB 58189238
HSL0.550.840.58
HSV196°76°93°
CMYK 0.760.210.00   0.07
XYZ35.375143.467887.4146
Yxy43.46780.21280.2614
Hunter Lab65.9301-19.6027-32.4596
CIE-Lab71.8713-19.0977-34.3800

#3abdee color RGB value is (58,189,238).

#3abdee hex color red value is 58, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3abdee hue: 0.55 , saturation: 0.84 and the lightness value of 3abdee is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111101 11101110
Octal 72 275 356
Decimal 58 189 238
Hex 3A BD EE

RGB Percentages of Color #3abdee

%11.96
%38.97
%49.07

CMYK Percentages of Color #3abdee

%76
%21
%0
%7

Triadic Colors of #3abdee

#3abdee #ee3abd #bdee3a

Analogous Colors of #3abdee

#3abdee #3a63ee #3aeec5

Monochromatic Colors of #3abdee

#3abdee

Complementary Color

#3abdee #ee6b3a

#3abdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abdee Color CSS Codes

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

#3abdee Text Font Color

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

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


#3abdee Background Color

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

This div background color is #3abdee


#3abdee Border Color

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

This div border color is #3abdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abdee


Comments

No comments written yet.

Please login to write comment.