color codes Logo

#38a3ea color codes

#38A3EA
(56,163,234)
0 Favorites   0 Comments

Color spaces of #38a3ea

RGB 56163234
HSL0.570.810.57
HSV204°76°92°
CMYK 0.760.300.00   0.08
XYZ29.579432.975782.6478
Yxy32.97570.20370.2271
Hunter Lab57.4245-8.5473-45.1356
CIE-Lab64.1412-6.6023-44.2656

#38a3ea color RGB value is (56,163,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10100011 11101010
Octal 70 243 352
Decimal 56 163 234
Hex 38 A3 EA

RGB Percentages of Color #38a3ea

%12.36
%35.98
%51.66

CMYK Percentages of Color #38a3ea

%76
%30
%0
%8

Triadic Colors of #38a3ea

#38a3ea #ea38a3 #a3ea38

Analogous Colors of #38a3ea

#38a3ea #384aea #38ead8

Monochromatic Colors of #38a3ea

#38a3ea

Complementary Color

#38a3ea #ea7f38

#38a3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38a3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#38a3ea Color CSS Codes

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

#38a3ea Text Font Color

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

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


#38a3ea Background Color

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

This div background color is #38a3ea


#38a3ea Border Color

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

This div border color is #38a3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38a3ea


Comments

No comments written yet.

Please login to write comment.