Color Hex Logo

#38aaec Color Hex

#38AAEC
(56,170,236)
0 Favorites   0 Comments

Color spaces of #38aaec

RGB 56170236
HSL0.560.830.57
HSV202°76°93°
CMYK 0.760.280.00   0.07
XYZ31.145935.646384.5957
Yxy35.64630.20570.2355
Hunter Lab59.7045-11.3653-42.2152
CIE-Lab66.2488-9.8077-42.0541

#38aaec color RGB value is (56,170,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101010 11101100
Octal 70 252 354
Decimal 56 170 236
Hex 38 AA EC

RGB Percentages of Color #38aaec

%12.12
%36.80
%51.08

CMYK Percentages of Color #38aaec

%76
%28
%0
%7

Triadic Colors of #38aaec

#38aaec #ec38aa #aaec38

Analogous Colors of #38aaec

#38aaec #3850ec #38ecd4

Monochromatic Colors of #38aaec

#38aaec

Complementary Color

#38aaec #ec7a38

#38aaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38aaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#38aaec Color CSS Codes

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

#38aaec Text Font Color

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

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


#38aaec Background Color

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

This div background color is #38aaec


#38aaec Border Color

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

This div border color is #38aaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38aaec


Comments

No comments written yet.

Please login to write comment.