Color Hex Logo

#38bdda Color Hex

#38BDDA
(56,189,218)
0 Favorites   0 Comments

Color spaces of #38bdda

RGB 56189218
HSL0.530.690.54
HSV191°74°85°
CMYK 0.740.130.00   0.15
XYZ32.483442.297972.7819
Yxy42.29790.22010.2866
Hunter Lab65.0368-24.6606-20.8249
CIE-Lab71.0758-25.7486-24.7403

#38bdda color RGB value is (56,189,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111101 11011010
Octal 70 275 332
Decimal 56 189 218
Hex 38 BD DA

RGB Percentages of Color #38bdda

%12.10
%40.82
%47.08

CMYK Percentages of Color #38bdda

%74
%13
%0
%15

Triadic Colors of #38bdda

#38bdda #da38bd #bdda38

Analogous Colors of #38bdda

#38bdda #386cda #38daa6

Monochromatic Colors of #38bdda

#38bdda

Complementary Color

#38bdda #da5538

#38bdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bdda Color CSS Codes

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

#38bdda Text Font Color

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

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


#38bdda Background Color

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

This div background color is #38bdda


#38bdda Border Color

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

This div border color is #38bdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bdda


Comments

No comments written yet.

Please login to write comment.