Color Hex Logo

#3abcdd Color Hex

#3ABCDD
(58,188,221)
0 Favorites   0 Comments

Color spaces of #3abcdd

RGB 58188221
HSL0.530.710.55
HSV192°74°87°
CMYK 0.740.150.00   0.13
XYZ32.779342.086474.8025
Yxy42.08640.21900.2812
Hunter Lab64.8740-23.3378-22.9521
CIE-Lab70.9304-24.0637-26.5944

#3abcdd color RGB value is (58,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111100 11011101
Octal 72 274 335
Decimal 58 188 221
Hex 3A BC DD

RGB Percentages of Color #3abcdd

%12.42
%40.26
%47.32

CMYK Percentages of Color #3abcdd

%74
%15
%0
%13

Triadic Colors of #3abcdd

#3abcdd #dd3abc #bcdd3a

Analogous Colors of #3abcdd

#3abcdd #3a6bdd #3addad

Monochromatic Colors of #3abcdd

#3abcdd

Complementary Color

#3abcdd #dd5b3a

#3abcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abcdd Color CSS Codes

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

#3abcdd Text Font Color

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

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


#3abcdd Background Color

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

This div background color is #3abcdd


#3abcdd Border Color

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

This div border color is #3abcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abcdd


Comments

No comments written yet.

Please login to write comment.