Color Hex Logo

#38acdc Color Hex

#38ACDC
(56,172,220)
0 Favorites   0 Comments

Color spaces of #38acdc

RGB 56172220
HSL0.550.700.54
HSV198°75°86°
CMYK 0.750.220.00   0.14
XYZ29.301735.513173.0205
Yxy35.51310.21260.2576
Hunter Lab59.5929-16.5194-30.9344
CIE-Lab66.1462-16.3082-33.4305

#38acdc color RGB value is (56,172,220).

#38acdc hex color red value is 56, green value is 172 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #38acdc hue: 0.55 , saturation: 0.70 and the lightness value of 38acdc is 0.54.

The process color (four color CMYK) of #38acdc color hex is 0.75, 0.22, 0.00, 0.14. Web safe color of #38acdc is #3399cc. Color #38acdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101100 11011100
Octal 70 254 334
Decimal 56 172 220
Hex 38 AC DC

RGB Percentages of Color #38acdc

%12.50
%38.39
%49.11

CMYK Percentages of Color #38acdc

%75
%22
%0
%14

Triadic Colors of #38acdc

#38acdc #dc38ac #acdc38

Analogous Colors of #38acdc

#38acdc #385adc #38dcba

Monochromatic Colors of #38acdc

#38acdc

Complementary Color

#38acdc #dc6838

#38acdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38acdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#38acdc Color CSS Codes

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

#38acdc Text Font Color

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

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


#38acdc Background Color

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

This div background color is #38acdc


#38acdc Border Color

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

This div border color is #38acdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38acdc


Comments

No comments written yet.

Please login to write comment.