Color Hex Logo

#3adfee Color Hex

#3ADFEE
(58,223,238)
0 Favorites   0 Comments

Color spaces of #3adfee

RGB 58223238
HSL0.510.840.58
HSV185°76°93°
CMYK 0.760.060.00   0.07
XYZ43.565259.847990.1446
Yxy59.84790.22510.3092
Hunter Lab77.3614-34.8623-14.9341
CIE-Lab81.7554-35.8484-19.2537

#3adfee color RGB value is (58,223,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011111 11101110
Octal 72 337 356
Decimal 58 223 238
Hex 3A DF EE

RGB Percentages of Color #3adfee

%11.18
%42.97
%45.86

CMYK Percentages of Color #3adfee

%76
%6
%0
%7

Triadic Colors of #3adfee

#3adfee #ee3adf #dfee3a

Analogous Colors of #3adfee

#3adfee #3a85ee #3aeea3

Monochromatic Colors of #3adfee

#3adfee

Complementary Color

#3adfee #ee493a

#3adfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adfee Color CSS Codes

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

#3adfee Text Font Color

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

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


#3adfee Background Color

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

This div background color is #3adfee


#3adfee Border Color

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

This div border color is #3adfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adfee


Comments

No comments written yet.

Please login to write comment.