Color Hex Logo

#38bacc Color Hex

#38BACC
(56,186,204)
0 Favorites   0 Comments

Color spaces of #38bacc

RGB 56186204
HSL0.520.590.51
HSV187°73°80°
CMYK 0.730.090.00   0.20
XYZ30.088940.318263.3231
Yxy40.31820.22500.3015
Hunter Lab63.4966-26.5340-14.6804
CIE-Lab69.6956-28.6091-19.1904

#38bacc color RGB value is (56,186,204).

#38bacc hex color red value is 56, green value is 186 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #38bacc hue: 0.52 , saturation: 0.59 and the lightness value of 38bacc is 0.51.

The process color (four color CMYK) of #38bacc color hex is 0.73, 0.09, 0.00, 0.20. Web safe color of #38bacc is #33cccc. Color #38bacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111010 11001100
Octal 70 272 314
Decimal 56 186 204
Hex 38 BA CC

RGB Percentages of Color #38bacc

%12.56
%41.70
%45.74

CMYK Percentages of Color #38bacc

%73
%9
%0
%20

Triadic Colors of #38bacc

#38bacc #cc38ba #bacc38

Analogous Colors of #38bacc

#38bacc #3870cc #38cc94

Monochromatic Colors of #38bacc

#38bacc

Complementary Color

#38bacc #cc4a38

#38bacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bacc Color CSS Codes

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

#38bacc Text Font Color

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

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


#38bacc Background Color

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

This div background color is #38bacc


#38bacc Border Color

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

This div border color is #38bacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bacc


Comments

No comments written yet.

Please login to write comment.