Color Hex Logo

#3abebf Color Hex

#3ABEBF
(58,190,191)
0 Favorites   0 Comments

Color spaces of #3abebf

RGB 58190191
HSL0.500.530.49
HSV180°70°75°
CMYK 0.700.010.00   0.25
XYZ29.562341.488055.7401
Yxy41.48800.23320.3272
Hunter Lab64.4112-30.7948-6.2205
CIE-Lab70.5165-34.1471-10.8260

#3abebf color RGB value is (58,190,191).

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

The process color (four color CMYK) of #3abebf color hex is 0.70, 0.01, 0.00, 0.25. Web safe color of #3abebf is #33cccc. Color #3abebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111110 10111111
Octal 72 276 277
Decimal 58 190 191
Hex 3A BE BF

RGB Percentages of Color #3abebf

%13.21
%43.28
%43.51

CMYK Percentages of Color #3abebf

%70
%1
%0
%25

Triadic Colors of #3abebf

#3abebf #bf3abe #bebf3a

Analogous Colors of #3abebf

#3abebf #3a7cbf #3abf7e

Monochromatic Colors of #3abebf

#3abebf

Complementary Color

#3abebf #bf3b3a

#3abebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abebf Color CSS Codes

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

#3abebf Text Font Color

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

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


#3abebf Background Color

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

This div background color is #3abebf


#3abebf Border Color

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

This div border color is #3abebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abebf


Comments

No comments written yet.

Please login to write comment.