Color Hex Logo

#3acffd Color Hex

#3ACFFD
(58,207,253)
0 Favorites   0 Comments

Color spaces of #3acffd

RGB 58207253
HSL0.540.980.61
HSV194°77°99°
CMYK 0.770.180.00   0.01
XYZ41.787452.6170100.8822
Yxy52.61700.21400.2694
Hunter Lab72.5376-24.1106-31.6817
CIE-Lab77.6483-23.4622-33.5135

#3acffd color RGB value is (58,207,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001111 11111101
Octal 72 317 375
Decimal 58 207 253
Hex 3A CF FD

RGB Percentages of Color #3acffd

%11.20
%39.96
%48.84

CMYK Percentages of Color #3acffd

%77
%18
%0
%1

Triadic Colors of #3acffd

#3acffd #fd3acf #cffd3a

Analogous Colors of #3acffd

#3acffd #3a6efd #3afdca

Monochromatic Colors of #3acffd

#3acffd

Complementary Color

#3acffd #fd683a

#3acffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3acffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3acffd Color CSS Codes

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

#3acffd Text Font Color

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

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


#3acffd Background Color

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

This div background color is #3acffd


#3acffd Border Color

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

This div border color is #3acffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3acffd


Comments

No comments written yet.

Please login to write comment.