Color Hex Logo

#38cfcc Color Hex

#38CFCC
(56,207,204)
0 Favorites   0 Comments

Color spaces of #38cfcc

RGB 56207204
HSL0.500.610.52
HSV179°73°81°
CMYK 0.730.000.01   0.19
XYZ34.842849.826064.9077
Yxy49.82600.23290.3331
Hunter Lab70.5875-35.4186-5.1079
CIE-Lab75.9623-38.5444-9.7667

#38cfcc color RGB value is (56,207,204).

#38cfcc hex color red value is 56, green value is 207 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #38cfcc hue: 0.50 , saturation: 0.61 and the lightness value of 38cfcc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11001111 11001100
Octal 70 317 314
Decimal 56 207 204
Hex 38 CF CC

RGB Percentages of Color #38cfcc

%11.99
%44.33
%43.68

CMYK Percentages of Color #38cfcc

%73
%0
%1
%19

Triadic Colors of #38cfcc

#38cfcc #cc38cf #cfcc38

Analogous Colors of #38cfcc

#38cfcc #3887cf #38cf81

Monochromatic Colors of #38cfcc

#38cfcc

Complementary Color

#38cfcc #cf383b

#38cfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38cfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#38cfcc Color CSS Codes

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

#38cfcc Text Font Color

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

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


#38cfcc Background Color

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

This div background color is #38cfcc


#38cfcc Border Color

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

This div border color is #38cfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38cfcc


Comments

No comments written yet.

Please login to write comment.