Color Hex Logo

#38bcca Color Hex

#38BCCA
(56,188,202)
0 Favorites   0 Comments

Color spaces of #38bcca

RGB 56188202
HSL0.520.580.51
HSV186°72°79°
CMYK 0.720.070.00   0.21
XYZ30.274841.071562.2091
Yxy41.07150.22670.3075
Hunter Lab64.0871-27.8287-12.6917
CIE-Lab70.2260-30.1950-17.2911

#38bcca color RGB value is (56,188,202).

#38bcca hex color red value is 56, green value is 188 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #38bcca hue: 0.52 , saturation: 0.58 and the lightness value of 38bcca is 0.51.

The process color (four color CMYK) of #38bcca color hex is 0.72, 0.07, 0.00, 0.21. Web safe color of #38bcca is #33cccc. Color #38bcca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111100 11001010
Octal 70 274 312
Decimal 56 188 202
Hex 38 BC CA

RGB Percentages of Color #38bcca

%12.56
%42.15
%45.29

CMYK Percentages of Color #38bcca

%72
%7
%0
%21

Triadic Colors of #38bcca

#38bcca #ca38bc #bcca38

Analogous Colors of #38bcca

#38bcca #3873ca #38ca8f

Monochromatic Colors of #38bcca

#38bcca

Complementary Color

#38bcca #ca4638

#38bcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bcca Color CSS Codes

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

#38bcca Text Font Color

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

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


#38bcca Background Color

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

This div background color is #38bcca


#38bcca Border Color

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

This div border color is #38bcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bcca


Comments

No comments written yet.

Please login to write comment.