Color Hex Logo

#38adc8 Color Hex

#38ADC8
(56,173,200)
0 Favorites   2 Comments

Color spaces of #38adc8

RGB 56173200
HSL0.530.570.50
HSV191°72°78°
CMYK 0.720.140.00   0.22
XYZ26.999834.898059.9565
Yxy34.89800.22160.2864
Hunter Lab59.0745-21.7976-18.8230
CIE-Lab65.6692-23.3392-23.1199

#38adc8 color RGB value is (56,173,200).

#38adc8 hex color red value is 56, green value is 173 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #38adc8 hue: 0.53 , saturation: 0.57 and the lightness value of 38adc8 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101101 11001000
Octal 70 255 310
Decimal 56 173 200
Hex 38 AD C8

RGB Percentages of Color #38adc8

%13.05
%40.33
%46.62

CMYK Percentages of Color #38adc8

%72
%14
%0
%22

Triadic Colors of #38adc8

#38adc8 #c838ad #adc838

Analogous Colors of #38adc8

#38adc8 #3865c8 #38c89b

Monochromatic Colors of #38adc8

#38adc8

Complementary Color

#38adc8 #c85338

#38adc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38adc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38adc8 Color CSS Codes

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

#38adc8 Text Font Color

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

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


#38adc8 Background Color

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

This div background color is #38adc8


#38adc8 Border Color

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

This div border color is #38adc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38adc8


Comments

23 Feb 2013, 22:47 (guest)

turquoise?

23 Feb 2013, 22:46 (guest)

kind of blue

Please login to write comment.