Color Hex Logo

#38aeea Color Hex

#38AEEA
(56,174,234)
0 Favorites   0 Comments

Color spaces of #38aeea

RGB 56174234
HSL0.560.810.57
HSV200°76°92°
CMYK 0.760.260.00   0.08
XYZ31.618237.053483.3275
Yxy37.05340.20800.2438
Hunter Lab60.8715-13.8077-38.5525
CIE-Lab67.3171-12.6788-39.2888

#38aeea color RGB value is (56,174,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101110 11101010
Octal 70 256 352
Decimal 56 174 234
Hex 38 AE EA

RGB Percentages of Color #38aeea

%12.07
%37.50
%50.43

CMYK Percentages of Color #38aeea

%76
%26
%0
%8

Triadic Colors of #38aeea

#38aeea #ea38ae #aeea38

Analogous Colors of #38aeea

#38aeea #3855ea #38eacd

Monochromatic Colors of #38aeea

#38aeea

Complementary Color

#38aeea #ea7438

#38aeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38aeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#38aeea Color CSS Codes

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

#38aeea Text Font Color

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

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


#38aeea Background Color

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

This div background color is #38aeea


#38aeea Border Color

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

This div border color is #38aeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38aeea


Comments

No comments written yet.

Please login to write comment.