Color Hex Logo

#38dafe Color Hex

#38DAFE
(56,218,254)
0 Favorites   0 Comments

Color spaces of #38dafe

RGB 56218254
HSL0.530.990.61
HSV191°78°100°
CMYK 0.780.140.00   0.00
XYZ44.591758.1393102.6377
Yxy58.13930.21710.2831
Hunter Lab76.2491-29.0464-26.4349
CIE-Lab80.8162-28.7954-29.1762

#38dafe color RGB value is (56,218,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11011010 11111110
Octal 70 332 376
Decimal 56 218 254
Hex 38 DA FE

RGB Percentages of Color #38dafe

%10.61
%41.29
%48.11

CMYK Percentages of Color #38dafe

%78
%14
%0
%0

Triadic Colors of #38dafe

#38dafe #fe38da #dafe38

Analogous Colors of #38dafe

#38dafe #3877fe #38febf

Monochromatic Colors of #38dafe

#38dafe

Complementary Color

#38dafe #fe5c38

#38dafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38dafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#38dafe Color CSS Codes

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

#38dafe Text Font Color

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

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


#38dafe Background Color

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

This div background color is #38dafe


#38dafe Border Color

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

This div border color is #38dafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38dafe

Related Colors


Comments

No comments written yet.

Please login to write comment.