Color Hex Logo

#38afda Color Hex

#38AFDA
(56,175,218)
0 Favorites   0 Comments

Color spaces of #38afda

RGB 56175218
HSL0.540.690.54
HSV196°74°85°
CMYK 0.740.200.00   0.15
XYZ29.615736.562771.8260
Yxy36.56270.21460.2649
Hunter Lab60.4671-18.3913-28.1008
CIE-Lab66.9476-18.5604-31.0889

#38afda color RGB value is (56,175,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101111 11011010
Octal 70 257 332
Decimal 56 175 218
Hex 38 AF DA

RGB Percentages of Color #38afda

%12.47
%38.98
%48.55

CMYK Percentages of Color #38afda

%74
%20
%0
%15

Triadic Colors of #38afda

#38afda #da38af #afda38

Analogous Colors of #38afda

#38afda #385eda #38dab4

Monochromatic Colors of #38afda

#38afda

Complementary Color

#38afda #da6338

#38afda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38afda Color Preview on White Background

Lorem ipsum dolor sit amet.

#38afda Color CSS Codes

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

#38afda Text Font Color

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

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


#38afda Background Color

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

This div background color is #38afda


#38afda Border Color

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

This div border color is #38afda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38afda


Comments

No comments written yet.

Please login to write comment.