Color Hex Logo

#38aecd Color Hex

#38AECD
(56,174,205)
0 Favorites   0 Comments

Color spaces of #38aecd

RGB 56174205
HSL0.530.600.51
HSV192°73°80°
CMYK 0.730.150.00   0.20
XYZ27.786435.520663.1493
Yxy35.52060.21970.2809
Hunter Lab59.5992-21.0780-21.1023
CIE-Lab66.1520-22.2589-25.1472

#38aecd color RGB value is (56,174,205).

#38aecd hex color red value is 56, green value is 174 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #38aecd hue: 0.53 , saturation: 0.60 and the lightness value of 38aecd is 0.51.

The process color (four color CMYK) of #38aecd color hex is 0.73, 0.15, 0.00, 0.20. Web safe color of #38aecd is #3399cc. Color #38aecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101110 11001101
Octal 70 256 315
Decimal 56 174 205
Hex 38 AE CD

RGB Percentages of Color #38aecd

%12.87
%40.00
%47.13

CMYK Percentages of Color #38aecd

%73
%15
%0
%20

Triadic Colors of #38aecd

#38aecd #cd38ae #aecd38

Analogous Colors of #38aecd

#38aecd #3864cd #38cda2

Monochromatic Colors of #38aecd

#38aecd

Complementary Color

#38aecd #cd5738

#38aecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38aecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#38aecd Color CSS Codes

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

#38aecd Text Font Color

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

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


#38aecd Background Color

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

This div background color is #38aecd


#38aecd Border Color

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

This div border color is #38aecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,174,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38aecd


Comments

No comments written yet.

Please login to write comment.