Color Hex Logo

#38cfcb Color Hex

#38CFCB
(56,207,203)
0 Favorites   0 Comments

Color spaces of #38cfcb

RGB 56207203
HSL0.500.610.52
HSV178°73°81°
CMYK 0.730.000.02   0.19
XYZ34.723249.778264.2780
Yxy49.77820.23340.3346
Hunter Lab70.5537-35.6196-4.6287
CIE-Lab75.9329-38.8276-9.2713

#38cfcb color RGB value is (56,207,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11001111 11001011
Octal 70 317 313
Decimal 56 207 203
Hex 38 CF CB

RGB Percentages of Color #38cfcb

%12.02
%44.42
%43.56

CMYK Percentages of Color #38cfcb

%73
%0
%2
%19

Triadic Colors of #38cfcb

#38cfcb #cb38cf #cfcb38

Analogous Colors of #38cfcb

#38cfcb #3888cf #38cf80

Monochromatic Colors of #38cfcb

#38cfcb

Complementary Color

#38cfcb #cf383c

#38cfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38cfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#38cfcb Color CSS Codes

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

#38cfcb Text Font Color

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

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


#38cfcb Background Color

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

This div background color is #38cfcb


#38cfcb Border Color

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

This div border color is #38cfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38cfcb


Comments

No comments written yet.

Please login to write comment.