Color Hex Logo

#3abbdd Color Hex

#3ABBDD
(58,187,221)
0 Favorites   0 Comments

Color spaces of #3abbdd

RGB 58187221
HSL0.530.710.55
HSV193°74°87°
CMYK 0.740.150.00   0.13
XYZ32.566441.660674.7315
Yxy41.66060.21860.2797
Hunter Lab64.5450-22.8910-23.4656
CIE-Lab70.6363-23.5566-27.0458

#3abbdd color RGB value is (58,187,221).

#3abbdd hex color red value is 58, green value is 187 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3abbdd hue: 0.53 , saturation: 0.71 and the lightness value of 3abbdd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111011 11011101
Octal 72 273 335
Decimal 58 187 221
Hex 3A BB DD

RGB Percentages of Color #3abbdd

%12.45
%40.13
%47.42

CMYK Percentages of Color #3abbdd

%74
%15
%0
%13

Triadic Colors of #3abbdd

#3abbdd #dd3abb #bbdd3a

Analogous Colors of #3abbdd

#3abbdd #3a6add #3addae

Monochromatic Colors of #3abbdd

#3abbdd

Complementary Color

#3abbdd #dd5c3a

#3abbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abbdd Color CSS Codes

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

#3abbdd Text Font Color

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

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


#3abbdd Background Color

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

This div background color is #3abbdd


#3abbdd Border Color

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

This div border color is #3abbdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,187,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abbdd


Comments

No comments written yet.

Please login to write comment.