Color Hex Logo

#3afbff Color Hex

#3AFBFF
(58,251,255)
0 Favorites   0 Comments

Color spaces of #3afbff

RGB 58251255
HSL0.501.000.61
HSV181°77°100°
CMYK 0.770.020.00   0.00
XYZ54.292177.1139106.6307
Yxy77.11390.22810.3240
Hunter Lab87.8145-43.3162-10.5240
CIE-Lab90.3740-43.6475-15.2079

#3afbff color RGB value is (58,251,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111011 11111111
Octal 72 373 377
Decimal 58 251 255
Hex 3A FB FF

RGB Percentages of Color #3afbff

%10.28
%44.50
%45.21

CMYK Percentages of Color #3afbff

%77
%2
%0
%0

Triadic Colors of #3afbff

#3afbff #ff3afb #fbff3a

Analogous Colors of #3afbff

#3afbff #3a99ff #3affa1

Monochromatic Colors of #3afbff

#3afbff

Complementary Color

#3afbff #ff3e3a

#3afbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afbff Color CSS Codes

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

#3afbff Text Font Color

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

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


#3afbff Background Color

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

This div background color is #3afbff


#3afbff Border Color

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

This div border color is #3afbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3afbff

Related Colors


Comments

No comments written yet.

Please login to write comment.