Color Hex Logo

#38daff Color Hex

#38DAFF
(56,218,255)
0 Favorites   0 Comments

Color spaces of #38daff

RGB 56218255
HSL0.531.000.61
HSV191°78°100°
CMYK 0.780.150.00   0.00
XYZ44.752358.2036103.4835
Yxy58.20360.21680.2819
Hunter Lab76.2913-28.8020-27.0186
CIE-Lab80.8519-28.4834-29.6518

#38daff color RGB value is (56,218,255).

#38daff hex color red value is 56, green value is 218 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #38daff hue: 0.53 , saturation: 1.00 and the lightness value of 38daff is 0.61.

The process color (four color CMYK) of #38daff color hex is 0.78, 0.15, 0.00, 0.00. Web safe color of #38daff is #33ccff. Color #38daff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11011010 11111111
Octal 70 332 377
Decimal 56 218 255
Hex 38 DA FF

RGB Percentages of Color #38daff

%10.59
%41.21
%48.20

CMYK Percentages of Color #38daff

%78
%15
%0
%0

Triadic Colors of #38daff

#38daff #ff38da #daff38

Analogous Colors of #38daff

#38daff #3877ff #38ffc1

Monochromatic Colors of #38daff

#38daff

Complementary Color

#38daff #ff5d38

#38daff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38daff Color Preview on White Background

Lorem ipsum dolor sit amet.

#38daff Color CSS Codes

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

#38daff Text Font Color

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

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


#38daff Background Color

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

This div background color is #38daff


#38daff Border Color

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

This div border color is #38daff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38daff

Related Colors


Comments

No comments written yet.

Please login to write comment.