Color Hex Logo

#38bcea Color Hex

#38BCEA
(56,188,234)
0 Favorites   0 Comments

Color spaces of #38bcea

RGB 56188234
HSL0.540.810.57
HSV196°76°92°
CMYK 0.760.200.00   0.08
XYZ34.465442.747784.2765
Yxy42.74770.21340.2647
Hunter Lab65.3817-20.3233-30.6571
CIE-Lab71.3834-20.1043-32.9698

#38bcea color RGB value is (56,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111100 11101010
Octal 70 274 352
Decimal 56 188 234
Hex 38 BC EA

RGB Percentages of Color #38bcea

%11.72
%39.33
%48.95

CMYK Percentages of Color #38bcea

%76
%20
%0
%8

Triadic Colors of #38bcea

#38bcea #ea38bc #bcea38

Analogous Colors of #38bcea

#38bcea #3863ea #38eabf

Monochromatic Colors of #38bcea

#38bcea

Complementary Color

#38bcea #ea6638

#38bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bcea Color CSS Codes

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

#38bcea Text Font Color

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

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


#38bcea Background Color

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

This div background color is #38bcea


#38bcea Border Color

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

This div border color is #38bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bcea


Comments

No comments written yet.

Please login to write comment.