Color Hex Logo

#38acdb Color Hex

#38ACDB
(56,172,219)
0 Favorites   0 Comments

Color spaces of #38acdb

RGB 56172219
HSL0.550.690.54
HSV197°74°86°
CMYK 0.740.210.00   0.14
XYZ29.169635.460372.3250
Yxy35.46030.21300.2589
Hunter Lab59.5486-16.7725-30.3270
CIE-Lab66.1055-16.6410-32.9431

#38acdb color RGB value is (56,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101100 11011011
Octal 70 254 333
Decimal 56 172 219
Hex 38 AC DB

RGB Percentages of Color #38acdb

%12.53
%38.48
%48.99

CMYK Percentages of Color #38acdb

%74
%21
%0
%14

Triadic Colors of #38acdb

#38acdb #db38ac #acdb38

Analogous Colors of #38acdb

#38acdb #385adb #38dbb9

Monochromatic Colors of #38acdb

#38acdb

Complementary Color

#38acdb #db6738

#38acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#38acdb Color CSS Codes

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

#38acdb Text Font Color

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

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


#38acdb Background Color

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

This div background color is #38acdb


#38acdb Border Color

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

This div border color is #38acdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38acdb


Comments

No comments written yet.

Please login to write comment.