Color Hex Logo

#38efcc Color Hex

#38EFCC
(56,239,204)
0 Favorites   0 Comments

Color spaces of #38efcc

RGB 56239204
HSL0.470.850.58
HSV169°77°94°
CMYK 0.770.000.15   0.06
XYZ43.396566.933467.7589
Yxy66.93340.24370.3758
Hunter Lab81.8128-48.48968.1639
CIE-Lab85.4703-52.35904.1969

#38efcc color RGB value is (56,239,204).

#38efcc hex color red value is 56, green value is 239 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #38efcc hue: 0.47 , saturation: 0.85 and the lightness value of 38efcc is 0.58.

The process color (four color CMYK) of #38efcc color hex is 0.77, 0.00, 0.15, 0.06. Web safe color of #38efcc is #33ffcc. Color #38efcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101111 11001100
Octal 70 357 314
Decimal 56 239 204
Hex 38 EF CC

RGB Percentages of Color #38efcc

%11.22
%47.90
%40.88

CMYK Percentages of Color #38efcc

%77
%0
%15
%6

Triadic Colors of #38efcc

#38efcc #cc38ef #efcc38

Analogous Colors of #38efcc

#38efcc #38b7ef #38ef71

Monochromatic Colors of #38efcc

#38efcc

Complementary Color

#38efcc #ef385b

#38efcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38efcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#38efcc Color CSS Codes

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

#38efcc Text Font Color

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

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


#38efcc Background Color

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

This div background color is #38efcc


#38efcc Border Color

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

This div border color is #38efcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38efcc


Comments

No comments written yet.

Please login to write comment.