Color Hex Logo

#38afde Color Hex

#38AFDE
(56,175,222)
0 Favorites   0 Comments

Color spaces of #38afde

RGB 56175222
HSL0.550.720.55
HSV197°75°87°
CMYK 0.750.210.00   0.13
XYZ30.145736.774674.6166
Yxy36.77460.21300.2598
Hunter Lab60.6421-17.3897-30.5035
CIE-Lab67.1076-17.2396-33.0393

#38afde color RGB value is (56,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101111 11011110
Octal 70 257 336
Decimal 56 175 222
Hex 38 AF DE

RGB Percentages of Color #38afde

%12.36
%38.63
%49.01

CMYK Percentages of Color #38afde

%75
%21
%0
%13

Triadic Colors of #38afde

#38afde #de38af #afde38

Analogous Colors of #38afde

#38afde #385cde #38deba

Monochromatic Colors of #38afde

#38afde

Complementary Color

#38afde #de6738

#38afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#38afde Color CSS Codes

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

#38afde Text Font Color

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

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


#38afde Background Color

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

This div background color is #38afde


#38afde Border Color

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

This div border color is #38afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38afde


Comments

No comments written yet.

Please login to write comment.