Color Hex Logo

#38bbe3 Color Hex

#38BBE3
(56,187,227)
0 Favorites   0 Comments

Color spaces of #38bbe3

RGB 56187227
HSL0.540.750.55
HSV194°75°89°
CMYK 0.750.180.00   0.11
XYZ33.266341.927579.0125
Yxy41.92750.21570.2719
Hunter Lab64.7514-21.6100-27.0222
CIE-Lab70.8209-21.8636-30.0338

#38bbe3 color RGB value is (56,187,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111011 11100011
Octal 70 273 343
Decimal 56 187 227
Hex 38 BB E3

RGB Percentages of Color #38bbe3

%11.91
%39.79
%48.30

CMYK Percentages of Color #38bbe3

%75
%18
%0
%11

Triadic Colors of #38bbe3

#38bbe3 #e338bb #bbe338

Analogous Colors of #38bbe3

#38bbe3 #3866e3 #38e3b6

Monochromatic Colors of #38bbe3

#38bbe3

Complementary Color

#38bbe3 #e36038

#38bbe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bbe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bbe3 Color CSS Codes

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

#38bbe3 Text Font Color

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

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


#38bbe3 Background Color

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

This div background color is #38bbe3


#38bbe3 Border Color

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

This div border color is #38bbe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bbe3


Comments

No comments written yet.

Please login to write comment.