Color Hex Logo

#38abea Color Hex

#38ABEA
(56,171,234)
0 Favorites   0 Comments

Color spaces of #38abea

RGB 56171234
HSL0.560.810.57
HSV201°76°92°
CMYK 0.760.270.00   0.08
XYZ31.045135.907183.1364
Yxy35.90710.20680.2392
Hunter Lab59.9225-12.3859-40.3131
CIE-Lab66.4489-11.0425-40.6457

#38abea color RGB value is (56,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101011 11101010
Octal 70 253 352
Decimal 56 171 234
Hex 38 AB EA

RGB Percentages of Color #38abea

%12.15
%37.09
%50.76

CMYK Percentages of Color #38abea

%76
%27
%0
%8

Triadic Colors of #38abea

#38abea #ea38ab #abea38

Analogous Colors of #38abea

#38abea #3852ea #38ead0

Monochromatic Colors of #38abea

#38abea

Complementary Color

#38abea #ea7738

#38abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#38abea Color CSS Codes

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

#38abea Text Font Color

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

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


#38abea Background Color

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

This div background color is #38abea


#38abea Border Color

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

This div border color is #38abea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38abea


Comments

No comments written yet.

Please login to write comment.