Color Hex Logo

#3abeca Color Hex

#3ABECA
(58,190,202)
0 Favorites   0 Comments

Color spaces of #3abeca

RGB 58190202
HSL0.510.580.51
HSV185°71°79°
CMYK 0.710.060.00   0.21
XYZ30.819041.990762.3578
Yxy41.99070.22800.3107
Hunter Lab64.8002-28.5058-11.6951
CIE-Lab70.8645-30.9134-16.3224

#3abeca color RGB value is (58,190,202).

#3abeca hex color red value is 58, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3abeca hue: 0.51 , saturation: 0.58 and the lightness value of 3abeca is 0.51.

The process color (four color CMYK) of #3abeca color hex is 0.71, 0.06, 0.00, 0.21. Web safe color of #3abeca is #33cccc. Color #3abeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111110 11001010
Octal 72 276 312
Decimal 58 190 202
Hex 3A BE CA

RGB Percentages of Color #3abeca

%12.89
%42.22
%44.89

CMYK Percentages of Color #3abeca

%71
%6
%0
%21

Triadic Colors of #3abeca

#3abeca #ca3abe #beca3a

Analogous Colors of #3abeca

#3abeca #3a76ca #3aca8e

Monochromatic Colors of #3abeca

#3abeca

Complementary Color

#3abeca #ca463a

#3abeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abeca Color CSS Codes

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

#3abeca Text Font Color

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

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


#3abeca Background Color

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

This div background color is #3abeca


#3abeca Border Color

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

This div border color is #3abeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abeca


Comments

No comments written yet.

Please login to write comment.