Color Hex Logo

#38edff Color Hex

#38EDFF
(56,237,255)
0 Favorites   0 Comments

Color spaces of #38edff

RGB 56237255
HSL0.521.000.61
HSV185°78°100°
CMYK 0.780.070.00   0.00
XYZ49.965168.6291105.2211
Yxy68.62910.22320.3066
Hunter Lab82.8427-37.3156-17.3162
CIE-Lab86.3201-37.5013-21.3184

#38edff color RGB value is (56,237,255).

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

The process color (four color CMYK) of #38edff color hex is 0.78, 0.07, 0.00, 0.00. Web safe color of #38edff is #33ffff. Color #38edff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101101 11111111
Octal 70 355 377
Decimal 56 237 255
Hex 38 ED FF

RGB Percentages of Color #38edff

%10.22
%43.25
%46.53

CMYK Percentages of Color #38edff

%78
%7
%0
%0

Triadic Colors of #38edff

#38edff #ff38ed #edff38

Analogous Colors of #38edff

#38edff #388aff #38ffae

Monochromatic Colors of #38edff

#38edff

Complementary Color

#38edff #ff4a38

#38edff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38edff Color Preview on White Background

Lorem ipsum dolor sit amet.

#38edff Color CSS Codes

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

#38edff Text Font Color

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

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


#38edff Background Color

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

This div background color is #38edff


#38edff Border Color

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

This div border color is #38edff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,237,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 #38edff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38edff

Related Colors


Comments

No comments written yet.

Please login to write comment.