Color Hex Logo

#3adffb Color Hex

#3ADFFB
(58,223,251)
0 Favorites   0 Comments

Color spaces of #3adffb

RGB 58223251
HSL0.520.960.61
HSV189°77°98°
CMYK 0.770.110.00   0.02
XYZ45.545260.6399100.5710
Yxy60.63990.22030.2933
Hunter Lab77.8716-31.8751-22.0627
CIE-Lab82.1848-31.9449-25.4914

#3adffb color RGB value is (58,223,251).

#3adffb hex color red value is 58, green value is 223 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #3adffb hue: 0.52 , saturation: 0.96 and the lightness value of 3adffb is 0.61.

The process color (four color CMYK) of #3adffb color hex is 0.77, 0.11, 0.00, 0.02. Web safe color of #3adffb is #33ccff. Color #3adffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011111 11111011
Octal 72 337 373
Decimal 58 223 251
Hex 3A DF FB

RGB Percentages of Color #3adffb

%10.90
%41.92
%47.18

CMYK Percentages of Color #3adffb

%77
%11
%0
%2

Triadic Colors of #3adffb

#3adffb #fb3adf #dffb3a

Analogous Colors of #3adffb

#3adffb #3a7ffb #3afbb7

Monochromatic Colors of #3adffb

#3adffb

Complementary Color

#3adffb #fb563a

#3adffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adffb Color CSS Codes

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

#3adffb Text Font Color

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

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


#3adffb Background Color

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

This div background color is #3adffb


#3adffb Border Color

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

This div border color is #3adffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adffb

Related Colors


Comments

No comments written yet.

Please login to write comment.