Color Hex Logo

#38aeeb Color Hex

#38AEEB
(56,174,235)
0 Favorites   0 Comments

Color spaces of #38aeeb

RGB 56174235
HSL0.560.820.57
HSV200°76°92°
CMYK 0.760.260.00   0.08
XYZ31.762337.111084.0864
Yxy37.11100.20770.2426
Hunter Lab60.9188-13.5402-39.1950
CIE-Lab67.3602-12.3392-39.7681

#38aeeb color RGB value is (56,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101110 11101011
Octal 70 256 353
Decimal 56 174 235
Hex 38 AE EB

RGB Percentages of Color #38aeeb

%12.04
%37.42
%50.54

CMYK Percentages of Color #38aeeb

%76
%26
%0
%8

Triadic Colors of #38aeeb

#38aeeb #eb38ae #aeeb38

Analogous Colors of #38aeeb

#38aeeb #3855eb #38ebcf

Monochromatic Colors of #38aeeb

#38aeeb

Complementary Color

#38aeeb #eb7538

#38aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#38aeeb Color CSS Codes

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

#38aeeb Text Font Color

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

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


#38aeeb Background Color

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

This div background color is #38aeeb


#38aeeb Border Color

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

This div border color is #38aeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38aeeb


Comments

No comments written yet.

Please login to write comment.