Color Hex Logo

#38a3ca Color Hex

#38A3CA
(56,163,202)
0 Favorites   0 Comments

Color spaces of #38a3ca

RGB 56163202
HSL0.540.580.51
HSV196°72°79°
CMYK 0.720.190.00   0.21
XYZ25.388731.299460.5804
Yxy31.29940.21650.2669
Hunter Lab55.9459-16.9005-25.0395
CIE-Lab62.7596-17.4699-28.7031

#38a3ca color RGB value is (56,163,202).

#38a3ca hex color red value is 56, green value is 163 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #38a3ca hue: 0.54 , saturation: 0.58 and the lightness value of 38a3ca is 0.51.

The process color (four color CMYK) of #38a3ca color hex is 0.72, 0.19, 0.00, 0.21. Web safe color of #38a3ca is #3399cc. Color #38a3ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10100011 11001010
Octal 70 243 312
Decimal 56 163 202
Hex 38 A3 CA

RGB Percentages of Color #38a3ca

%13.30
%38.72
%47.98

CMYK Percentages of Color #38a3ca

%72
%19
%0
%21

Triadic Colors of #38a3ca

#38a3ca #ca38a3 #a3ca38

Analogous Colors of #38a3ca

#38a3ca #385aca #38caa8

Monochromatic Colors of #38a3ca

#38a3ca

Complementary Color

#38a3ca #ca5f38

#38a3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38a3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#38a3ca Color CSS Codes

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

#38a3ca Text Font Color

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

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


#38a3ca Background Color

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

This div background color is #38a3ca


#38a3ca Border Color

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

This div border color is #38a3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38a3ca


Comments

No comments written yet.

Please login to write comment.