Color Hex Logo

#38cace Color Hex

#38CACE
(56,202,206)
0 Favorites   0 Comments

Color spaces of #38cace

RGB 56202206
HSL0.500.600.51
HSV182°73°81°
CMYK 0.730.020.00   0.19
XYZ33.892047.538065.7820
Yxy47.53800.23020.3229
Hunter Lab68.9478-32.9152-8.3042
CIE-Lab74.5326-35.6668-12.9842

#38cace color RGB value is (56,202,206).

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

The process color (four color CMYK) of #38cace color hex is 0.73, 0.02, 0.00, 0.19. Web safe color of #38cace is #33cccc. Color #38cace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11001010 11001110
Octal 70 312 316
Decimal 56 202 206
Hex 38 CA CE

RGB Percentages of Color #38cace

%12.07
%43.53
%44.40

CMYK Percentages of Color #38cace

%73
%2
%0
%19

Triadic Colors of #38cace

#38cace #ce38ca #cace38

Analogous Colors of #38cace

#38cace #387fce #38ce87

Monochromatic Colors of #38cace

#38cace

Complementary Color

#38cace #ce3c38

#38cace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38cace Color Preview on White Background

Lorem ipsum dolor sit amet.

#38cace Color CSS Codes

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

#38cace Text Font Color

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

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


#38cace Background Color

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

This div background color is #38cace


#38cace Border Color

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

This div border color is #38cace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,202,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 #38cace">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38cace


Comments

No comments written yet.

Please login to write comment.