Color Hex Logo

#3accff Color Hex

#3ACCFF
(58,204,255)
0 Favorites   0 Comments

Color spaces of #3accff

RGB 58204255
HSL0.541.000.61
HSV196°77°100°
CMYK 0.770.200.00   0.00
XYZ41.387851.3053102.3293
Yxy51.30530.21220.2631
Hunter Lab71.6277-22.2080-34.5639
CIE-Lab76.8636-21.2955-35.7944

#3accff color RGB value is (58,204,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001100 11111111
Octal 72 314 377
Decimal 58 204 255
Hex 3A CC FF

RGB Percentages of Color #3accff

%11.22
%39.46
%49.32

CMYK Percentages of Color #3accff

%77
%20
%0
%0

Triadic Colors of #3accff

#3accff #ff3acc #ccff3a

Analogous Colors of #3accff

#3accff #3a6aff #3affd0

Monochromatic Colors of #3accff

#3accff

Complementary Color

#3accff #ff6d3a

#3accff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3accff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3accff Color CSS Codes

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

#3accff Text Font Color

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

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


#3accff Background Color

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

This div background color is #3accff


#3accff Border Color

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

This div border color is #3accff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3accff

Related Colors


Comments

No comments written yet.

Please login to write comment.