Color Hex Logo

#3abddf Color Hex

#3ABDDF
(58,189,223)
0 Favorites   0 Comments

Color spaces of #3abddf

RGB 58189223
HSL0.530.720.55
HSV192°74°87°
CMYK 0.740.150.00   0.13
XYZ33.261842.622476.2859
Yxy42.62240.21860.2801
Hunter Lab65.2858-23.3081-23.5797
CIE-Lab71.2979-23.9357-27.1198

#3abddf color RGB value is (58,189,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111101 11011111
Octal 72 275 337
Decimal 58 189 223
Hex 3A BD DF

RGB Percentages of Color #3abddf

%12.34
%40.21
%47.45

CMYK Percentages of Color #3abddf

%74
%15
%0
%13

Triadic Colors of #3abddf

#3abddf #df3abd #bddf3a

Analogous Colors of #3abddf

#3abddf #3a6bdf #3adfaf

Monochromatic Colors of #3abddf

#3abddf

Complementary Color

#3abddf #df5c3a

#3abddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abddf Color CSS Codes

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

#3abddf Text Font Color

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

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


#3abddf Background Color

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

This div background color is #3abddf


#3abddf Border Color

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

This div border color is #3abddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abddf


Comments

No comments written yet.

Please login to write comment.