Color Hex Logo

#38b1ce Color Hex

#38B1CE
(56,177,206)
0 Favorites   0 Comments

Color spaces of #38b1ce

RGB 56177206
HSL0.530.600.51
HSV192°73°81°
CMYK 0.730.140.00   0.19
XYZ28.493636.741363.9825
Yxy36.74130.22050.2843
Hunter Lab60.6146-22.1666-20.1541
CIE-Lab67.0825-23.4779-24.2732

#38b1ce color RGB value is (56,177,206).

#38b1ce hex color red value is 56, green value is 177 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #38b1ce hue: 0.53 , saturation: 0.60 and the lightness value of 38b1ce is 0.51.

The process color (four color CMYK) of #38b1ce color hex is 0.73, 0.14, 0.00, 0.19. Web safe color of #38b1ce is #3399cc. Color #38b1ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10110001 11001110
Octal 70 261 316
Decimal 56 177 206
Hex 38 B1 CE

RGB Percentages of Color #38b1ce

%12.76
%40.32
%46.92

CMYK Percentages of Color #38b1ce

%73
%14
%0
%19

Triadic Colors of #38b1ce

#38b1ce #ce38b1 #b1ce38

Analogous Colors of #38b1ce

#38b1ce #3866ce #38cea0

Monochromatic Colors of #38b1ce

#38b1ce

Complementary Color

#38b1ce #ce5538

#38b1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38b1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#38b1ce Color CSS Codes

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

#38b1ce Text Font Color

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

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


#38b1ce Background Color

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

This div background color is #38b1ce


#38b1ce Border Color

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

This div border color is #38b1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38b1ce


Comments

No comments written yet.

Please login to write comment.