Color Hex Logo

#38bbdc Color Hex

#38BBDC
(56,187,220)
0 Favorites   0 Comments

Color spaces of #38bbdc

RGB 56187220
HSL0.530.700.54
HSV192°75°86°
CMYK 0.750.150.00   0.14
XYZ32.319541.548774.0264
Yxy41.54870.21850.2809
Hunter Lab64.4583-23.3018-22.9701
CIE-Lab70.5586-24.1084-26.6230

#38bbdc color RGB value is (56,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111011 11011100
Octal 70 273 334
Decimal 56 187 220
Hex 38 BB DC

RGB Percentages of Color #38bbdc

%12.10
%40.39
%47.52

CMYK Percentages of Color #38bbdc

%75
%15
%0
%14

Triadic Colors of #38bbdc

#38bbdc #dc38bb #bbdc38

Analogous Colors of #38bbdc

#38bbdc #3869dc #38dcab

Monochromatic Colors of #38bbdc

#38bbdc

Complementary Color

#38bbdc #dc5938

#38bbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bbdc Color CSS Codes

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

#38bbdc Text Font Color

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

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


#38bbdc Background Color

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

This div background color is #38bbdc


#38bbdc Border Color

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

This div border color is #38bbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bbdc


Comments

No comments written yet.

Please login to write comment.