Color Hex Logo

#38dcff Color Hex

#38DCFF
(56,220,255)
0 Favorites   0 Comments

Color spaces of #38dcff

RGB 56220255
HSL0.531.000.61
HSV191°78°100°
CMYK 0.780.140.00   0.00
XYZ45.274159.2472103.6574
Yxy59.24720.21750.2846
Hunter Lab76.9722-29.7099-25.9645
CIE-Lab81.4273-29.4577-28.7698

#38dcff color RGB value is (56,220,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11011100 11111111
Octal 70 334 377
Decimal 56 220 255
Hex 38 DC FF

RGB Percentages of Color #38dcff

%10.55
%41.43
%48.02

CMYK Percentages of Color #38dcff

%78
%14
%0
%0

Triadic Colors of #38dcff

#38dcff #ff38dc #dcff38

Analogous Colors of #38dcff

#38dcff #3879ff #38ffbf

Monochromatic Colors of #38dcff

#38dcff

Complementary Color

#38dcff #ff5b38

#38dcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38dcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#38dcff Color CSS Codes

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

#38dcff Text Font Color

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

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


#38dcff Background Color

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

This div background color is #38dcff


#38dcff Border Color

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

This div border color is #38dcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38dcff


Comments

No comments written yet.

Please login to write comment.