Color Hex Logo

#38ebff Color Hex

#38EBFF
(56,235,255)
0 Favorites   0 Comments

Color spaces of #38ebff

RGB 56235255
HSL0.521.000.61
HSV186°78°100°
CMYK 0.780.080.00   0.00
XYZ49.389267.4774105.0291
Yxy67.47740.22260.3041
Hunter Lab82.1446-36.4305-18.3062
CIE-Lab85.7445-36.5767-22.1905

#38ebff color RGB value is (56,235,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101011 11111111
Octal 70 353 377
Decimal 56 235 255
Hex 38 EB FF

RGB Percentages of Color #38ebff

%10.26
%43.04
%46.70

CMYK Percentages of Color #38ebff

%78
%8
%0
%0

Triadic Colors of #38ebff

#38ebff #ff38eb #ebff38

Analogous Colors of #38ebff

#38ebff #3888ff #38ffb0

Monochromatic Colors of #38ebff

#38ebff

Complementary Color

#38ebff #ff4c38

#38ebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ebff Color CSS Codes

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

#38ebff Text Font Color

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

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


#38ebff Background Color

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

This div background color is #38ebff


#38ebff Border Color

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

This div border color is #38ebff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ebff

Related Colors


Comments

No comments written yet.

Please login to write comment.