Color Hex Logo

#38bcec Color Hex

#38BCEC
(56,188,236)
0 Favorites   0 Comments

Color spaces of #38bcec

RGB 56188236
HSL0.540.830.57
HSV196°76°93°
CMYK 0.760.200.00   0.07
XYZ34.754442.863385.7986
Yxy42.86330.21270.2623
Hunter Lab65.4701-19.8170-31.8706
CIE-Lab71.4621-19.4497-33.9330

#38bcec color RGB value is (56,188,236).

#38bcec hex color red value is 56, green value is 188 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #38bcec hue: 0.54 , saturation: 0.83 and the lightness value of 38bcec is 0.57.

The process color (four color CMYK) of #38bcec color hex is 0.76, 0.20, 0.00, 0.07. Web safe color of #38bcec is #33ccff. Color #38bcec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111100 11101100
Octal 70 274 354
Decimal 56 188 236
Hex 38 BC EC

RGB Percentages of Color #38bcec

%11.67
%39.17
%49.17

CMYK Percentages of Color #38bcec

%76
%20
%0
%7

Triadic Colors of #38bcec

#38bcec #ec38bc #bcec38

Analogous Colors of #38bcec

#38bcec #3862ec #38ecc2

Monochromatic Colors of #38bcec

#38bcec

Complementary Color

#38bcec #ec6838

#38bcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bcec Color CSS Codes

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

#38bcec Text Font Color

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

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


#38bcec Background Color

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

This div background color is #38bcec


#38bcec Border Color

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

This div border color is #38bcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bcec


Comments

No comments written yet.

Please login to write comment.