Color Hex Logo

#38adfd Color Hex

#38ADFD
(56,173,253)
0 Favorites   0 Comments

Color spaces of #38adfd

RGB 56173253
HSL0.570.980.61
HSV204°78°99°
CMYK 0.780.320.00   0.01
XYZ34.304137.819798.4204
Yxy37.81970.20110.2218
Hunter Lab61.4977-8.0518-51.8388
CIE-Lab67.8875-5.5930-48.7434

#38adfd color RGB value is (56,173,253).

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

The process color (four color CMYK) of #38adfd color hex is 0.78, 0.32, 0.00, 0.01. Web safe color of #38adfd is #3399ff. Color #38adfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101101 11111101
Octal 70 255 375
Decimal 56 173 253
Hex 38 AD FD

RGB Percentages of Color #38adfd

%11.62
%35.89
%52.49

CMYK Percentages of Color #38adfd

%78
%32
%0
%1

Triadic Colors of #38adfd

#38adfd #fd38ad #adfd38

Analogous Colors of #38adfd

#38adfd #384bfd #38fdeb

Monochromatic Colors of #38adfd

#38adfd

Complementary Color

#38adfd #fd8838

#38adfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38adfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#38adfd Color CSS Codes

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

#38adfd Text Font Color

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

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


#38adfd Background Color

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

This div background color is #38adfd


#38adfd Border Color

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

This div border color is #38adfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38adfd


Comments

No comments written yet.

Please login to write comment.