Color Hex Logo

#38bddc Color Hex

#38BDDC
(56,189,220)
0 Favorites   0 Comments

Color spaces of #38bddc

RGB 56189220
HSL0.530.700.54
HSV191°75°86°
CMYK 0.750.140.00   0.14
XYZ32.746842.403374.1689
Yxy42.40330.21930.2840
Hunter Lab65.1178-24.1911-21.9486
CIE-Lab71.1481-25.1178-25.7195

#38bddc color RGB value is (56,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111101 11011100
Octal 70 275 334
Decimal 56 189 220
Hex 38 BD DC

RGB Percentages of Color #38bddc

%12.04
%40.65
%47.31

CMYK Percentages of Color #38bddc

%75
%14
%0
%14

Triadic Colors of #38bddc

#38bddc #dc38bd #bddc38

Analogous Colors of #38bddc

#38bddc #386bdc #38dca9

Monochromatic Colors of #38bddc

#38bddc

Complementary Color

#38bddc #dc5738

#38bddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bddc Color CSS Codes

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

#38bddc Text Font Color

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

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


#38bddc Background Color

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

This div background color is #38bddc


#38bddc Border Color

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

This div border color is #38bddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bddc


Comments

No comments written yet.

Please login to write comment.