color codes Logo

#3abddc color codes

#3ABDDC
(58,189,220)
0 Favorites   0 Comments

Color spaces of #3abddc

RGB 58189220
HSL0.530.700.55
HSV191°74°86°
CMYK 0.740.140.00   0.14
XYZ32.860842.462074.1742
Yxy42.46200.21980.2840
Hunter Lab65.1629-24.0198-21.8752
CIE-Lab71.1883-24.8847-25.6544

#3abddc color RGB value is (58,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111101 11011100
Octal 72 275 334
Decimal 58 189 220
Hex 3A BD DC

RGB Percentages of Color #3abddc

%12.42
%40.47
%47.11

CMYK Percentages of Color #3abddc

%74
%14
%0
%14

Triadic Colors of #3abddc

#3abddc #dc3abd #bddc3a

Analogous Colors of #3abddc

#3abddc #3a6cdc #3adcaa

Monochromatic Colors of #3abddc

#3abddc

Complementary Color

#3abddc #dc593a

#3abddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abddc Color CSS Codes

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

#3abddc Text Font Color

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

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


#3abddc Background Color

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

This div background color is #3abddc


#3abddc Border Color

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

This div border color is #3abddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abddc


Comments

No comments written yet.

Please login to write comment.