Color Hex Logo

#38abce Color Hex

#38ABCE
(56,171,206)
0 Favorites   0 Comments

Color spaces of #38abce

RGB 56171206
HSL0.540.600.51
HSV194°73°81°
CMYK 0.730.170.00   0.19
XYZ27.334434.422863.5961
Yxy34.42280.21810.2746
Hunter Lab58.6709-19.5122-23.1975
CIE-Lab65.2968-20.3819-27.0141

#38abce color RGB value is (56,171,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101011 11001110
Octal 70 253 316
Decimal 56 171 206
Hex 38 AB CE

RGB Percentages of Color #38abce

%12.93
%39.49
%47.58

CMYK Percentages of Color #38abce

%73
%17
%0
%19

Triadic Colors of #38abce

#38abce #ce38ab #abce38

Analogous Colors of #38abce

#38abce #3860ce #38cea6

Monochromatic Colors of #38abce

#38abce

Complementary Color

#38abce #ce5b38

#38abce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38abce Color Preview on White Background

Lorem ipsum dolor sit amet.

#38abce Color CSS Codes

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

#38abce Text Font Color

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

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


#38abce Background Color

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

This div background color is #38abce


#38abce Border Color

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

This div border color is #38abce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38abce


Comments

No comments written yet.

Please login to write comment.