Color Hex Logo

#38ccea Color Hex

#38CCEA
(56,204,234)
0 Favorites   0 Comments

Color spaces of #38ccea

RGB 56204234
HSL0.530.810.57
HSV190°76°92°
CMYK 0.760.130.00   0.08
XYZ38.075049.967085.4797
Yxy49.96700.21940.2880
Hunter Lab70.6873-27.5557-22.2162
CIE-Lab76.0490-28.1783-25.7954

#38ccea color RGB value is (56,204,234).

#38ccea hex color red value is 56, green value is 204 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #38ccea hue: 0.53 , saturation: 0.81 and the lightness value of 38ccea is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11001100 11101010
Octal 70 314 352
Decimal 56 204 234
Hex 38 CC EA

RGB Percentages of Color #38ccea

%11.34
%41.30
%47.37

CMYK Percentages of Color #38ccea

%76
%13
%0
%8

Triadic Colors of #38ccea

#38ccea #ea38cc #ccea38

Analogous Colors of #38ccea

#38ccea #3873ea #38eaaf

Monochromatic Colors of #38ccea

#38ccea

Complementary Color

#38ccea #ea5638

#38ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ccea Color CSS Codes

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

#38ccea Text Font Color

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

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


#38ccea Background Color

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

This div background color is #38ccea


#38ccea Border Color

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

This div border color is #38ccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ccea


Comments

No comments written yet.

Please login to write comment.