Color Hex Logo

#38afdc Color Hex

#38AFDC
(56,175,220)
0 Favorites   0 Comments

Color spaces of #38afdc

RGB 56175220
HSL0.550.700.54
HSV196°75°86°
CMYK 0.750.200.00   0.14
XYZ29.879136.668073.2130
Yxy36.66800.21380.2624
Hunter Lab60.5541-17.8928-29.2968
CIE-Lab67.0272-17.9013-32.0652

#38afdc color RGB value is (56,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101111 11011100
Octal 70 257 334
Decimal 56 175 220
Hex 38 AF DC

RGB Percentages of Color #38afdc

%12.42
%38.80
%48.78

CMYK Percentages of Color #38afdc

%75
%20
%0
%14

Triadic Colors of #38afdc

#38afdc #dc38af #afdc38

Analogous Colors of #38afdc

#38afdc #385ddc #38dcb7

Monochromatic Colors of #38afdc

#38afdc

Complementary Color

#38afdc #dc6538

#38afdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38afdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#38afdc Color CSS Codes

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

#38afdc Text Font Color

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

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


#38afdc Background Color

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

This div background color is #38afdc


#38afdc Border Color

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

This div border color is #38afdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,175,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 #38afdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38afdc


Comments

No comments written yet.

Please login to write comment.