Color Hex Logo

#3abedf Color Hex

#3ABEDF
(58,190,223)
0 Favorites   0 Comments

Color spaces of #3abedf

RGB 58190223
HSL0.530.720.55
HSV192°74°87°
CMYK 0.740.150.00   0.13
XYZ33.477743.054276.3579
Yxy43.05420.21900.2816
Hunter Lab65.6157-23.7552-23.0656
CIE-Lab71.5917-24.4414-26.6691

#3abedf color RGB value is (58,190,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111110 11011111
Octal 72 276 337
Decimal 58 190 223
Hex 3A BE DF

RGB Percentages of Color #3abedf

%12.31
%40.34
%47.35

CMYK Percentages of Color #3abedf

%74
%15
%0
%13

Triadic Colors of #3abedf

#3abedf #df3abe #bedf3a

Analogous Colors of #3abedf

#3abedf #3a6cdf #3adfae

Monochromatic Colors of #3abedf

#3abedf

Complementary Color

#3abedf #df5b3a

#3abedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abedf Color CSS Codes

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

#3abedf Text Font Color

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

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


#3abedf Background Color

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

This div background color is #3abedf


#3abedf Border Color

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

This div border color is #3abedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abedf


Comments

No comments written yet.

Please login to write comment.