Color Hex Logo

#38abed Color Hex

#38ABED
(56,171,237)
0 Favorites   0 Comments

Color spaces of #38abed

RGB 56171237
HSL0.560.830.57
HSV202°76°93°
CMYK 0.760.280.00   0.07
XYZ31.479936.081085.4259
Yxy36.08100.20580.2358
Hunter Lab60.0675-11.5705-42.2730
CIE-Lab66.5818-10.0152-42.0795

#38abed color RGB value is (56,171,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101011 11101101
Octal 70 253 355
Decimal 56 171 237
Hex 38 AB ED

RGB Percentages of Color #38abed

%12.07
%36.85
%51.08

CMYK Percentages of Color #38abed

%76
%28
%0
%7

Triadic Colors of #38abed

#38abed #ed38ab #abed38

Analogous Colors of #38abed

#38abed #3850ed #38edd5

Monochromatic Colors of #38abed

#38abed

Complementary Color

#38abed #ed7a38

#38abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#38abed Color CSS Codes

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

#38abed Text Font Color

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

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


#38abed Background Color

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

This div background color is #38abed


#38abed Border Color

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

This div border color is #38abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38abed


Comments

No comments written yet.

Please login to write comment.