Color Hex Logo

#38fcdb Color Hex

#38FCDB
(56,252,219)
0 Favorites   0 Comments

Color spaces of #38fcdb

RGB 56252219
HSL0.470.970.60
HSV170°78°99°
CMYK 0.780.000.13   0.01
XYZ49.227575.576079.0109
Yxy75.57600.24150.3708
Hunter Lab86.9345-51.05796.9681
CIE-Lab89.6621-53.90232.4522

#38fcdb color RGB value is (56,252,219).

#38fcdb hex color red value is 56, green value is 252 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #38fcdb hue: 0.47 , saturation: 0.97 and the lightness value of 38fcdb is 0.60.

The process color (four color CMYK) of #38fcdb color hex is 0.78, 0.00, 0.13, 0.01. Web safe color of #38fcdb is #33ffcc. Color #38fcdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11111100 11011011
Octal 70 374 333
Decimal 56 252 219
Hex 38 FC DB

RGB Percentages of Color #38fcdb

%10.63
%47.82
%41.56

CMYK Percentages of Color #38fcdb

%78
%0
%13
%1

Triadic Colors of #38fcdb

#38fcdb #db38fc #fcdb38

Analogous Colors of #38fcdb

#38fcdb #38bbfc #38fc79

Monochromatic Colors of #38fcdb

#38fcdb

Complementary Color

#38fcdb #fc3859

#38fcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38fcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#38fcdb Color CSS Codes

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

#38fcdb Text Font Color

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

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


#38fcdb Background Color

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

This div background color is #38fcdb


#38fcdb Border Color

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

This div border color is #38fcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38fcdb


Comments

No comments written yet.

Please login to write comment.