Color Hex Logo

#3afdee Color Hex

#3AFDEE
(58,253,238)
0 Favorites   0 Comments

Color spaces of #3afdee

RGB 58253238
HSL0.490.980.61
HSV175°77°99°
CMYK 0.770.000.06   0.01
XYZ52.302877.323193.0571
Yxy77.32310.23490.3472
Hunter Lab87.9336-47.7121-1.1911
CIE-Lab90.4701-49.1919-6.2295

#3afdee color RGB value is (58,253,238).

#3afdee hex color red value is 58, green value is 253 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3afdee hue: 0.49 , saturation: 0.98 and the lightness value of 3afdee is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111101 11101110
Octal 72 375 356
Decimal 58 253 238
Hex 3A FD EE

RGB Percentages of Color #3afdee

%10.56
%46.08
%43.35

CMYK Percentages of Color #3afdee

%77
%0
%6
%1

Triadic Colors of #3afdee

#3afdee #ee3afd #fdee3a

Analogous Colors of #3afdee

#3afdee #3aabfd #3afd8d

Monochromatic Colors of #3afdee

#3afdee

Complementary Color

#3afdee #fd3a49

#3afdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afdee Color CSS Codes

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

#3afdee Text Font Color

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

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


#3afdee Background Color

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

This div background color is #3afdee


#3afdee Border Color

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

This div border color is #3afdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3afdee


Comments

No comments written yet.

Please login to write comment.