Color Hex Logo

#3aceeb Color Hex

#3ACEEB
(58,206,235)
0 Favorites   0 Comments

Color spaces of #3aceeb

RGB 58206235
HSL0.530.820.57
HSV190°75°92°
CMYK 0.750.120.00   0.08
XYZ38.811651.040386.4034
Yxy51.04030.22020.2896
Hunter Lab71.4425-28.0531-21.6963
CIE-Lab76.7034-28.6374-25.3293

#3aceeb color RGB value is (58,206,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001110 11101011
Octal 72 316 353
Decimal 58 206 235
Hex 3A CE EB

RGB Percentages of Color #3aceeb

%11.62
%41.28
%47.09

CMYK Percentages of Color #3aceeb

%75
%12
%0
%8

Triadic Colors of #3aceeb

#3aceeb #eb3ace #ceeb3a

Analogous Colors of #3aceeb

#3aceeb #3a76eb #3aebb0

Monochromatic Colors of #3aceeb

#3aceeb

Complementary Color

#3aceeb #eb573a

#3aceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aceeb Color CSS Codes

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

#3aceeb Text Font Color

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

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


#3aceeb Background Color

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

This div background color is #3aceeb


#3aceeb Border Color

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

This div border color is #3aceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aceeb


Comments

No comments written yet.

Please login to write comment.