color codes Logo

#38a0cd color codes

#38A0CD
(56,160,205)
0 Favorites   0 Comments

Color spaces of #38a0cd

RGB 56160205
HSL0.550.600.51
HSV198°73°80°
CMYK 0.730.220.00   0.20
XYZ25.221130.390162.2942
Yxy30.39010.21390.2577
Hunter Lab55.1272-14.8076-28.4091
CIE-Lab61.9894-14.8602-31.5679

#38a0cd color RGB value is (56,160,205).

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

The process color (four color CMYK) of #38a0cd color code is 0.73, 0.22, 0.00, 0.20. Web safe color of #38a0cd is #3399cc. Color #38a0cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10100000 11001101
Octal 70 240 315
Decimal 56 160 205
Hex 38 A0 CD

RGB Percentages of Color #38a0cd

%13.30
%38.00
%48.69

CMYK Percentages of Color #38a0cd

%73
%22
%0
%20

Triadic Colors of #38a0cd

#38a0cd #cd38a0 #a0cd38

Analogous Colors of #38a0cd

#38a0cd #3856cd #38cdb0

Monochromatic Colors of #38a0cd

#38a0cd

Complementary Color

#38a0cd #cd6538

#38a0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38a0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#38a0cd Color CSS Codes

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

#38a0cd Text Font Color

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

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


#38a0cd Background Color

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

This div background color is #38a0cd


#38a0cd Border Color

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

This div border color is #38a0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38a0cd


Comments

No comments written yet.

Please login to write comment.