Color Hex Logo

#3acbec Color Hex

#3ACBEC
(58,203,236)
0 Favorites   0 Comments

Color spaces of #3acbec

RGB 58203236
HSL0.530.820.58
HSV191°75°93°
CMYK 0.750.140.00   0.07
XYZ38.241249.667586.9282
Yxy49.66750.21870.2841
Hunter Lab70.4752-26.4740-23.7991
CIE-Lab75.8647-26.8485-27.1494

#3acbec color RGB value is (58,203,236).

#3acbec hex color red value is 58, green value is 203 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #3acbec hue: 0.53 , saturation: 0.82 and the lightness value of 3acbec is 0.58.

The process color (four color CMYK) of #3acbec color hex is 0.75, 0.14, 0.00, 0.07. Web safe color of #3acbec is #33ccff. Color #3acbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001011 11101100
Octal 72 313 354
Decimal 58 203 236
Hex 3A CB EC

RGB Percentages of Color #3acbec

%11.67
%40.85
%47.48

CMYK Percentages of Color #3acbec

%75
%14
%0
%7

Triadic Colors of #3acbec

#3acbec #ec3acb #cbec3a

Analogous Colors of #3acbec

#3acbec #3a72ec #3aecb4

Monochromatic Colors of #3acbec

#3acbec

Complementary Color

#3acbec #ec5b3a

#3acbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3acbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3acbec Color CSS Codes

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

#3acbec Text Font Color

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

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


#3acbec Background Color

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

This div background color is #3acbec


#3acbec Border Color

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

This div border color is #3acbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3acbec


Comments

No comments written yet.

Please login to write comment.