Color Hex Logo

#38bace Color Hex

#38BACE
(56,186,206)
0 Favorites   0 Comments

Color spaces of #38bace

RGB 56186206
HSL0.520.600.51
HSV188°73°81°
CMYK 0.730.100.00   0.19
XYZ30.330440.414864.5948
Yxy40.41480.22410.2986
Hunter Lab63.5726-26.0901-15.7425
CIE-Lab69.7640-27.9946-20.1826

#38bace color RGB value is (56,186,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111010 11001110
Octal 70 272 316
Decimal 56 186 206
Hex 38 BA CE

RGB Percentages of Color #38bace

%12.50
%41.52
%45.98

CMYK Percentages of Color #38bace

%73
%10
%0
%19

Triadic Colors of #38bace

#38bace #ce38ba #bace38

Analogous Colors of #38bace

#38bace #386fce #38ce97

Monochromatic Colors of #38bace

#38bace

Complementary Color

#38bace #ce4c38

#38bace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bace Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bace Color CSS Codes

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

#38bace Text Font Color

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

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


#38bace Background Color

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

This div background color is #38bace


#38bace Border Color

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

This div border color is #38bace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bace


Comments

No comments written yet.

Please login to write comment.