Color Hex Logo

#39aceb Color Hex

#39ACEB
(57,172,235)
0 Favorites   0 Comments

Color spaces of #39aceb

RGB 57172235
HSL0.560.820.57
HSV201°76°92°
CMYK 0.760.270.00   0.08
XYZ31.435336.373183.9612
Yxy36.37310.20710.2397
Hunter Lab60.3101-12.5036-40.3240
CIE-Lab66.8040-11.1366-40.6359

#39aceb color RGB value is (57,172,235).

#39aceb hex color red value is 57, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #39aceb hue: 0.56 , saturation: 0.82 and the lightness value of 39aceb is 0.57.

The process color (four color CMYK) of #39aceb color hex is 0.76, 0.27, 0.00, 0.08. Web safe color of #39aceb is #3399ff. Color #39aceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10101100 11101011
Octal 71 254 353
Decimal 57 172 235
Hex 39 AC EB

RGB Percentages of Color #39aceb

%12.28
%37.07
%50.65

CMYK Percentages of Color #39aceb

%76
%27
%0
%8

Triadic Colors of #39aceb

#39aceb #eb39ac #aceb39

Analogous Colors of #39aceb

#39aceb #3953eb #39ebd1

Monochromatic Colors of #39aceb

#39aceb

Complementary Color

#39aceb #eb7839

#39aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#39aceb Color CSS Codes

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

#39aceb Text Font Color

<p style="color:#39aceb">Text here</p>

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


#39aceb Background Color

<div style="background-color:#39aceb">
Div content here</div>

This div background color is #39aceb


#39aceb Border Color

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

This div border color is #39aceb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,172,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39aceb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39aceb;
  -webkit-box-shadow: 1px 1px 3px 2px #39aceb;
  box-shadow:         1px 1px 3px 2px #39aceb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,172,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39aceb


Comments

No comments written yet.

Please login to write comment.