Color Hex Logo

#38c7db Color Hex

#38C7DB
(56,199,219)
0 Favorites   0 Comments

Color spaces of #38c7db

RGB 56199219
HSL0.520.690.54
HSV187°74°86°
CMYK 0.740.090.00   0.14
XYZ34.840546.802174.2153
Yxy46.80210.22350.3003
Hunter Lab68.4121-28.8157-16.4310
CIE-Lab74.0630-30.3655-20.7305

#38c7db color RGB value is (56,199,219).

#38c7db hex color red value is 56, green value is 199 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #38c7db hue: 0.52 , saturation: 0.69 and the lightness value of 38c7db is 0.54.

The process color (four color CMYK) of #38c7db color hex is 0.74, 0.09, 0.00, 0.14. Web safe color of #38c7db is #33cccc. Color #38c7db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11000111 11011011
Octal 70 307 333
Decimal 56 199 219
Hex 38 C7 DB

RGB Percentages of Color #38c7db

%11.81
%41.98
%46.20

CMYK Percentages of Color #38c7db

%74
%9
%0
%14

Triadic Colors of #38c7db

#38c7db #db38c7 #c7db38

Analogous Colors of #38c7db

#38c7db #3876db #38db9e

Monochromatic Colors of #38c7db

#38c7db

Complementary Color

#38c7db #db4c38

#38c7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38c7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#38c7db Color CSS Codes

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

#38c7db Text Font Color

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

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


#38c7db Background Color

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

This div background color is #38c7db


#38c7db Border Color

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

This div border color is #38c7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38c7db


Comments

No comments written yet.

Please login to write comment.