Color Hex Logo

#3acfec Color Hex

#3ACFEC
(58,207,236)
0 Favorites   0 Comments

Color spaces of #3acfec

RGB 58207236
HSL0.530.820.58
HSV190°75°93°
CMYK 0.750.120.00   0.07
XYZ39.198151.581387.2471
Yxy51.58130.22020.2897
Hunter Lab71.8201-28.2632-21.7514
CIE-Lab77.0298-28.8169-25.3673

#3acfec color RGB value is (58,207,236).

#3acfec hex color red value is 58, green value is 207 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #3acfec hue: 0.53 , saturation: 0.82 and the lightness value of 3acfec is 0.58.

The process color (four color CMYK) of #3acfec color hex is 0.75, 0.12, 0.00, 0.07. Web safe color of #3acfec is #33ccff. Color #3acfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001111 11101100
Octal 72 317 354
Decimal 58 207 236
Hex 3A CF EC

RGB Percentages of Color #3acfec

%11.58
%41.32
%47.11

CMYK Percentages of Color #3acfec

%75
%12
%0
%7

Triadic Colors of #3acfec

#3acfec #ec3acf #cfec3a

Analogous Colors of #3acfec

#3acfec #3a76ec #3aecb0

Monochromatic Colors of #3acfec

#3acfec

Complementary Color

#3acfec #ec573a

#3acfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3acfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3acfec Color CSS Codes

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

#3acfec Text Font Color

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

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


#3acfec Background Color

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

This div background color is #3acfec


#3acfec Border Color

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

This div border color is #3acfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3acfec


Comments

No comments written yet.

Please login to write comment.