Color Hex Logo

#38aeec Color Hex

#38AEEC
(56,174,236)
0 Favorites   0 Comments

Color spaces of #38aeec

RGB 56174236
HSL0.560.830.57
HSV201°76°93°
CMYK 0.760.260.00   0.07
XYZ31.907337.169084.8495
Yxy37.16900.20730.2415
Hunter Lab60.9664-13.2716-39.8399
CIE-Lab67.4036-11.9991-40.2466

#38aeec color RGB value is (56,174,236).

#38aeec hex color red value is 56, green value is 174 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #38aeec hue: 0.56 , saturation: 0.83 and the lightness value of 38aeec is 0.57.

The process color (four color CMYK) of #38aeec color hex is 0.76, 0.26, 0.00, 0.07. Web safe color of #38aeec is #3399ff. Color #38aeec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101110 11101100
Octal 70 256 354
Decimal 56 174 236
Hex 38 AE EC

RGB Percentages of Color #38aeec

%12.02
%37.34
%50.64

CMYK Percentages of Color #38aeec

%76
%26
%0
%7

Triadic Colors of #38aeec

#38aeec #ec38ae #aeec38

Analogous Colors of #38aeec

#38aeec #3854ec #38ecd0

Monochromatic Colors of #38aeec

#38aeec

Complementary Color

#38aeec #ec7638

#38aeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38aeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#38aeec Color CSS Codes

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

#38aeec Text Font Color

<p style="color:#38aeec">Text here</p>

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


#38aeec Background Color

<div style="background-color:#38aeec">
Div content here</div>

This div background color is #38aeec


#38aeec Border Color

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

This div border color is #38aeec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,174,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38aeec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38aeec;
  -webkit-box-shadow: 1px 1px 3px 2px #38aeec;
  box-shadow:         1px 1px 3px 2px #38aeec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,174,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 #38aeec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38aeec


Comments

No comments written yet.

Please login to write comment.