Color Hex Logo

#38bdeb Color Hex

#38BDEB
(56,189,235)
0 Favorites   0 Comments

Color spaces of #38bdeb

RGB 56189235
HSL0.540.820.57
HSV195°76°92°
CMYK 0.760.200.00   0.08
XYZ34.823943.234185.1069
Yxy43.23410.21340.2650
Hunter Lab65.7526-20.5300-30.7151
CIE-Lab71.7136-20.2955-33.0016

#38bdeb color RGB value is (56,189,235).

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

The process color (four color CMYK) of #38bdeb color hex is 0.76, 0.20, 0.00, 0.08. Web safe color of #38bdeb is #33ccff. Color #38bdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111101 11101011
Octal 70 275 353
Decimal 56 189 235
Hex 38 BD EB

RGB Percentages of Color #38bdeb

%11.67
%39.38
%48.96

CMYK Percentages of Color #38bdeb

%76
%20
%0
%8

Triadic Colors of #38bdeb

#38bdeb #eb38bd #bdeb38

Analogous Colors of #38bdeb

#38bdeb #3863eb #38ebc0

Monochromatic Colors of #38bdeb

#38bdeb

Complementary Color

#38bdeb #eb6638

#38bdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bdeb Color CSS Codes

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

#38bdeb Text Font Color

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

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


#38bdeb Background Color

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

This div background color is #38bdeb


#38bdeb Border Color

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

This div border color is #38bdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bdeb


Comments

No comments written yet.

Please login to write comment.