Color Hex Logo

#3acbee Color Hex

#3ACBEE
(58,203,238)
0 Favorites   0 Comments

Color spaces of #3acbee

RGB 58203238
HSL0.530.840.58
HSV192°76°93°
CMYK 0.760.150.00   0.07
XYZ38.533549.784588.4674
Yxy49.78450.21800.2816
Hunter Lab70.5581-25.9936-24.9485
CIE-Lab75.9368-26.2211-28.1138

#3acbee color RGB value is (58,203,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001011 11101110
Octal 72 313 356
Decimal 58 203 238
Hex 3A CB EE

RGB Percentages of Color #3acbee

%11.62
%40.68
%47.70

CMYK Percentages of Color #3acbee

%76
%15
%0
%7

Triadic Colors of #3acbee

#3acbee #ee3acb #cbee3a

Analogous Colors of #3acbee

#3acbee #3a71ee #3aeeb7

Monochromatic Colors of #3acbee

#3acbee

Complementary Color

#3acbee #ee5d3a

#3acbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3acbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3acbee Color CSS Codes

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

#3acbee Text Font Color

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

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


#3acbee Background Color

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

This div background color is #3acbee


#3acbee Border Color

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

This div border color is #3acbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3acbee


Comments

No comments written yet.

Please login to write comment.