Color Hex Logo

#38abcf Color Hex

#38ABCF
(56,171,207)
0 Favorites   0 Comments

Color spaces of #38abcf

RGB 56171207
HSL0.540.610.52
HSV194°73°81°
CMYK 0.730.170.00   0.19
XYZ27.456334.471664.2381
Yxy34.47160.21760.2732
Hunter Lab58.7125-19.2732-23.7712
CIE-Lab65.3352-20.0575-27.5086

#38abcf color RGB value is (56,171,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101011 11001111
Octal 70 253 317
Decimal 56 171 207
Hex 38 AB CF

RGB Percentages of Color #38abcf

%12.90
%39.40
%47.70

CMYK Percentages of Color #38abcf

%73
%17
%0
%19

Triadic Colors of #38abcf

#38abcf #cf38ab #abcf38

Analogous Colors of #38abcf

#38abcf #385fcf #38cfa8

Monochromatic Colors of #38abcf

#38abcf

Complementary Color

#38abcf #cf5c38

#38abcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38abcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#38abcf Color CSS Codes

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

#38abcf Text Font Color

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

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


#38abcf Background Color

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

This div background color is #38abcf


#38abcf Border Color

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

This div border color is #38abcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38abcf


Comments

No comments written yet.

Please login to write comment.