Color Hex Logo

#38cbdd Color Hex

#38CBDD
(56,203,221)
0 Favorites   0 Comments

Color spaces of #38cbdd

RGB 56203221
HSL0.520.710.54
HSV187°75°87°
CMYK 0.750.080.00   0.13
XYZ36.038048.773175.9214
Yxy48.77310.22420.3034
Hunter Lab69.8377-30.1056-15.5684
CIE-Lab75.3100-31.6867-19.9191

#38cbdd color RGB value is (56,203,221).

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

The process color (four color CMYK) of #38cbdd color hex is 0.75, 0.08, 0.00, 0.13. Web safe color of #38cbdd is #33cccc. Color #38cbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11001011 11011101
Octal 70 313 335
Decimal 56 203 221
Hex 38 CB DD

RGB Percentages of Color #38cbdd

%11.67
%42.29
%46.04

CMYK Percentages of Color #38cbdd

%75
%8
%0
%13

Triadic Colors of #38cbdd

#38cbdd #dd38cb #cbdd38

Analogous Colors of #38cbdd

#38cbdd #3879dd #38dd9d

Monochromatic Colors of #38cbdd

#38cbdd

Complementary Color

#38cbdd #dd4a38

#38cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#38cbdd Color CSS Codes

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

#38cbdd Text Font Color

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

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


#38cbdd Background Color

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

This div background color is #38cbdd


#38cbdd Border Color

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

This div border color is #38cbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38cbdd


Comments

No comments written yet.

Please login to write comment.