Color Hex Logo

#38bdcf Color Hex

#38BDCF
(56,189,207)
0 Favorites   0 Comments

Color spaces of #38bdcf

RGB 56189207
HSL0.520.610.52
HSV187°73°81°
CMYK 0.730.090.00   0.19
XYZ31.091041.740965.4496
Yxy41.74090.22480.3019
Hunter Lab64.6072-27.1628-14.8380
CIE-Lab70.6919-29.1618-19.3208

#38bdcf color RGB value is (56,189,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111101 11001111
Octal 70 275 317
Decimal 56 189 207
Hex 38 BD CF

RGB Percentages of Color #38bdcf

%12.39
%41.81
%45.80

CMYK Percentages of Color #38bdcf

%73
%9
%0
%19

Triadic Colors of #38bdcf

#38bdcf #cf38bd #bdcf38

Analogous Colors of #38bdcf

#38bdcf #3872cf #38cf96

Monochromatic Colors of #38bdcf

#38bdcf

Complementary Color

#38bdcf #cf4a38

#38bdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bdcf Color CSS Codes

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

#38bdcf Text Font Color

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

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


#38bdcf Background Color

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

This div background color is #38bdcf


#38bdcf Border Color

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

This div border color is #38bdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bdcf


Comments

No comments written yet.

Please login to write comment.