Color Hex Logo

#3a8ebf Color Hex

#3A8EBF
(58,142,191)
0 Favorites   0 Comments

Color spaces of #3a8ebf

RGB 58142191
HSL0.560.530.49
HSV202°70°75°
CMYK 0.700.260.00   0.25
XYZ20.821924.007152.8266
Yxy24.00710.21320.2458
Hunter Lab48.9970-9.8890-29.6261
CIE-Lab56.0949-9.3395-32.8532

#3a8ebf color RGB value is (58,142,191).

#3a8ebf hex color red value is 58, green value is 142 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #3a8ebf hue: 0.56 , saturation: 0.53 and the lightness value of 3a8ebf is 0.49.

The process color (four color CMYK) of #3a8ebf color hex is 0.70, 0.26, 0.00, 0.25. Web safe color of #3a8ebf is #3399cc. Color #3a8ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10001110 10111111
Octal 72 216 277
Decimal 58 142 191
Hex 3A 8E BF

RGB Percentages of Color #3a8ebf

%14.83
%36.32
%48.85

CMYK Percentages of Color #3a8ebf

%70
%26
%0
%25

Triadic Colors of #3a8ebf

#3a8ebf #bf3a8e #8ebf3a

Analogous Colors of #3a8ebf

#3a8ebf #3a4cbf #3abfae

Monochromatic Colors of #3a8ebf

#3a8ebf

Complementary Color

#3a8ebf #bf6b3a

#3a8ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a8ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a8ebf Color CSS Codes

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

#3a8ebf Text Font Color

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

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


#3a8ebf Background Color

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

This div background color is #3a8ebf


#3a8ebf Border Color

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

This div border color is #3a8ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a8ebf


Comments

No comments written yet.

Please login to write comment.