Color Hex Logo

#3aeceb Color Hex

#3AECEB
(58,236,235)
0 Favorites   0 Comments

Color spaces of #3aeceb

RGB 58236235
HSL0.500.820.58
HSV180°75°93°
CMYK 0.750.000.00   0.07
XYZ46.735866.888689.0448
Yxy66.88860.23060.3300
Hunter Lab81.7855-41.1218-7.3028
CIE-Lab85.4477-42.6289-12.1209

#3aeceb color RGB value is (58,236,235).

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

The process color (four color CMYK) of #3aeceb color hex is 0.75, 0.00, 0.00, 0.07. Web safe color of #3aeceb is #33ffff. Color #3aeceb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11101100 11101011
Octal 72 354 353
Decimal 58 236 235
Hex 3A EC EB

RGB Percentages of Color #3aeceb

%10.96
%44.61
%44.42

CMYK Percentages of Color #3aeceb

%75
%0
%0
%7

Triadic Colors of #3aeceb

#3aeceb #eb3aec #eceb3a

Analogous Colors of #3aeceb

#3aeceb #3a94ec #3aec92

Monochromatic Colors of #3aeceb

#3aeceb

Complementary Color

#3aeceb #ec3a3b

#3aeceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aeceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aeceb Color CSS Codes

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

#3aeceb Text Font Color

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

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


#3aeceb Background Color

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

This div background color is #3aeceb


#3aeceb Border Color

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

This div border color is #3aeceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,236,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 #3aeceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aeceb


Comments

No comments written yet.

Please login to write comment.