Color Hex Logo

#3afffd Color Hex

#3AFFFD
(58,255,253)
0 Favorites   0 Comments

Color spaces of #3afffd

RGB 58255253
HSL0.501.000.61
HSV179°77°100°
CMYK 0.770.000.01   0.00
XYZ55.234579.5114105.3646
Yxy79.51140.23000.3311
Hunter Lab89.1692-45.4769-7.6402
CIE-Lab91.4652-45.9642-12.5373

#3afffd color RGB value is (58,255,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111111 11111101
Octal 72 377 375
Decimal 58 255 253
Hex 3A FF FD

RGB Percentages of Color #3afffd

%10.25
%45.05
%44.70

CMYK Percentages of Color #3afffd

%77
%0
%1
%0

Triadic Colors of #3afffd

#3afffd #fd3aff #fffd3a

Analogous Colors of #3afffd

#3afffd #3a9fff #3aff9b

Monochromatic Colors of #3afffd

#3afffd

Complementary Color

#3afffd #ff3a3c

#3afffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afffd Color CSS Codes

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

#3afffd Text Font Color

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

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


#3afffd Background Color

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

This div background color is #3afffd


#3afffd Border Color

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

This div border color is #3afffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3afffd

Related Colors


Comments

No comments written yet.

Please login to write comment.