Color Hex Logo

#38ccff Color Hex

#38CCFF
(56,204,255)
0 Favorites   0 Comments

Color spaces of #38ccff

RGB 56204255
HSL0.541.000.61
HSV195°78°100°
CMYK 0.780.200.00   0.00
XYZ41.273851.2465102.3239
Yxy51.24650.21180.2630
Hunter Lab71.5867-22.3612-34.6367
CIE-Lab76.8281-21.4908-35.8521

#38ccff color RGB value is (56,204,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11001100 11111111
Octal 70 314 377
Decimal 56 204 255
Hex 38 CC FF

RGB Percentages of Color #38ccff

%10.87
%39.61
%49.51

CMYK Percentages of Color #38ccff

%78
%20
%0
%0

Triadic Colors of #38ccff

#38ccff #ff38cc #ccff38

Analogous Colors of #38ccff

#38ccff #3869ff #38ffcf

Monochromatic Colors of #38ccff

#38ccff

Complementary Color

#38ccff #ff6b38

#38ccff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ccff Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ccff Color CSS Codes

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

#38ccff Text Font Color

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

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


#38ccff Background Color

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

This div background color is #38ccff


#38ccff Border Color

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

This div border color is #38ccff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ccff

Related Colors

#38ccff Color Palettes


Comments

No comments written yet.

Please login to write comment.