Color Hex Logo

#3abbdc Color Hex

#3ABBDC
(58,187,220)
0 Favorites   0 Comments

Color spaces of #3abbdc

RGB 58187220
HSL0.530.700.55
HSV192°74°86°
CMYK 0.740.150.00   0.14
XYZ32.433541.607574.0318
Yxy41.60750.21900.2810
Hunter Lab64.5039-23.1294-22.8951
CIE-Lab70.5995-23.8744-26.5569

#3abbdc color RGB value is (58,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111011 11011100
Octal 72 273 334
Decimal 58 187 220
Hex 3A BB DC

RGB Percentages of Color #3abbdc

%12.47
%40.22
%47.31

CMYK Percentages of Color #3abbdc

%74
%15
%0
%14

Triadic Colors of #3abbdc

#3abbdc #dc3abb #bbdc3a

Analogous Colors of #3abbdc

#3abbdc #3a6adc #3adcac

Monochromatic Colors of #3abbdc

#3abbdc

Complementary Color

#3abbdc #dc5b3a

#3abbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abbdc Color CSS Codes

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

#3abbdc Text Font Color

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

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


#3abbdc Background Color

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

This div background color is #3abbdc


#3abbdc Border Color

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

This div border color is #3abbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abbdc


Comments

No comments written yet.

Please login to write comment.