Color Hex Logo

#3acefc Color Hex

#3ACEFC
(58,206,252)
0 Favorites   0 Comments

Color spaces of #3acefc

RGB 58206252
HSL0.540.970.61
HSV194°77°99°
CMYK 0.770.180.00   0.01
XYZ41.386952.070499.9647
Yxy52.07040.21400.2692
Hunter Lab72.1598-23.9019-31.6240
CIE-Lab77.3229-23.2781-33.4817

#3acefc color RGB value is (58,206,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001110 11111100
Octal 72 316 374
Decimal 58 206 252
Hex 3A CE FC

RGB Percentages of Color #3acefc

%11.24
%39.92
%48.84

CMYK Percentages of Color #3acefc

%77
%18
%0
%1

Triadic Colors of #3acefc

#3acefc #fc3ace #cefc3a

Analogous Colors of #3acefc

#3acefc #3a6dfc #3afcc9

Monochromatic Colors of #3acefc

#3acefc

Complementary Color

#3acefc #fc683a

#3acefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3acefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3acefc Color CSS Codes

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

#3acefc Text Font Color

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

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


#3acefc Background Color

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

This div background color is #3acefc


#3acefc Border Color

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

This div border color is #3acefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3acefc

Related Colors


Comments

No comments written yet.

Please login to write comment.