Color Hex Logo

#38bedc Color Hex

#38BEDC
(56,190,220)
0 Favorites   0 Comments

Color spaces of #38bedc

RGB 56190220
HSL0.530.700.54
HSV191°75°86°
CMYK 0.750.140.00   0.14
XYZ32.962642.835074.2408
Yxy42.83500.21970.2855
Hunter Lab65.4485-24.6347-21.4411
CIE-Lab71.4428-25.6199-25.2682

#38bedc color RGB value is (56,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111110 11011100
Octal 70 276 334
Decimal 56 190 220
Hex 38 BE DC

RGB Percentages of Color #38bedc

%12.02
%40.77
%47.21

CMYK Percentages of Color #38bedc

%75
%14
%0
%14

Triadic Colors of #38bedc

#38bedc #dc38be #bedc38

Analogous Colors of #38bedc

#38bedc #386cdc #38dca8

Monochromatic Colors of #38bedc

#38bedc

Complementary Color

#38bedc #dc5638

#38bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bedc Color CSS Codes

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

#38bedc Text Font Color

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

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


#38bedc Background Color

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

This div background color is #38bedc


#38bedc Border Color

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

This div border color is #38bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bedc


Comments

No comments written yet.

Please login to write comment.