Color Hex Logo

#3afaeb Color Hex

#3AFAEB
(58,250,235)
0 Favorites   0 Comments

Color spaces of #3afaeb

RGB 58250235
HSL0.490.950.60
HSV175°77°98°
CMYK 0.770.000.06   0.02
XYZ50.925975.268990.4415
Yxy75.26890.23510.3474
Hunter Lab86.7577-47.0481-1.0772
CIE-Lab89.5188-48.7189-6.0745

#3afaeb color RGB value is (58,250,235).

#3afaeb hex color red value is 58, green value is 250 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3afaeb hue: 0.49 , saturation: 0.95 and the lightness value of 3afaeb is 0.60.

The process color (four color CMYK) of #3afaeb color hex is 0.77, 0.00, 0.06, 0.02. Web safe color of #3afaeb is #33ffff. Color #3afaeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111010 11101011
Octal 72 372 353
Decimal 58 250 235
Hex 3A FA EB

RGB Percentages of Color #3afaeb

%10.68
%46.04
%43.28

CMYK Percentages of Color #3afaeb

%77
%0
%6
%2

Triadic Colors of #3afaeb

#3afaeb #eb3afa #faeb3a

Analogous Colors of #3afaeb

#3afaeb #3aa9fa #3afa8b

Monochromatic Colors of #3afaeb

#3afaeb

Complementary Color

#3afaeb #fa3a49

#3afaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afaeb Color CSS Codes

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

#3afaeb Text Font Color

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

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


#3afaeb Background Color

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

This div background color is #3afaeb


#3afaeb Border Color

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

This div border color is #3afaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3afaeb


Comments

No comments written yet.

Please login to write comment.