Color Hex Logo

#38abeb Color Hex

#38ABEB
(56,171,235)
0 Favorites   0 Comments

Color spaces of #38abeb

RGB 56171235
HSL0.560.820.57
HSV201°76°92°
CMYK 0.760.270.00   0.08
XYZ31.189235.964783.8953
Yxy35.96470.20650.2381
Hunter Lab59.9706-12.1151-40.9638
CIE-Lab66.4929-10.7005-41.1243

#38abeb color RGB value is (56,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101011 11101011
Octal 70 253 353
Decimal 56 171 235
Hex 38 AB EB

RGB Percentages of Color #38abeb

%12.12
%37.01
%50.87

CMYK Percentages of Color #38abeb

%76
%27
%0
%8

Triadic Colors of #38abeb

#38abeb #eb38ab #abeb38

Analogous Colors of #38abeb

#38abeb #3851eb #38ebd2

Monochromatic Colors of #38abeb

#38abeb

Complementary Color

#38abeb #eb7838

#38abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#38abeb Color CSS Codes

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

#38abeb Text Font Color

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

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


#38abeb Background Color

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

This div background color is #38abeb


#38abeb Border Color

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

This div border color is #38abeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38abeb


Comments

No comments written yet.

Please login to write comment.