Color Hex Logo

#3acbde Color Hex

#3ACBDE
(58,203,222)
0 Favorites   0 Comments

Color spaces of #3acbde

RGB 58203222
HSL0.520.710.55
HSV187°74°87°
CMYK 0.740.090.00   0.13
XYZ36.285748.885376.6306
Yxy48.88530.22430.3021
Hunter Lab69.9180-29.7195-16.0396
CIE-Lab75.3799-31.1610-20.3490

#3acbde color RGB value is (58,203,222).

#3acbde hex color red value is 58, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #3acbde hue: 0.52 , saturation: 0.71 and the lightness value of 3acbde is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001011 11011110
Octal 72 313 336
Decimal 58 203 222
Hex 3A CB DE

RGB Percentages of Color #3acbde

%12.01
%42.03
%45.96

CMYK Percentages of Color #3acbde

%74
%9
%0
%13

Triadic Colors of #3acbde

#3acbde #de3acb #cbde3a

Analogous Colors of #3acbde

#3acbde #3a79de #3ade9f

Monochromatic Colors of #3acbde

#3acbde

Complementary Color

#3acbde #de4d3a

#3acbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3acbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#3acbde Color CSS Codes

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

#3acbde Text Font Color

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

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


#3acbde Background Color

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

This div background color is #3acbde


#3acbde Border Color

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

This div border color is #3acbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3acbde


Comments

No comments written yet.

Please login to write comment.