Color Hex Logo

#27b4be Color Hex

#27B4BE
(39,180,190)
0 Favorites   0 Comments

Color spaces of #27b4be

RGB 39180190
HSL0.510.660.45
HSV184°79°75°
CMYK 0.790.050.00   0.25
XYZ26.452236.791654.4225
Yxy36.79160.22480.3127
Hunter Lab60.6561-28.3040-10.7376
CIE-Lab67.1204-31.8317-15.4106

#27b4be color RGB value is (39,180,190).

#27b4be hex color red value is 39, green value is 180 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #27b4be hue: 0.51 , saturation: 0.66 and the lightness value of 27b4be is 0.45.

The process color (four color CMYK) of #27b4be color hex is 0.79, 0.05, 0.00, 0.25. Web safe color of #27b4be is #33cccc. Color #27b4be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 10110100 10111110
Octal 47 264 276
Decimal 39 180 190
Hex 27 B4 BE

RGB Percentages of Color #27b4be

%9.54
%44.01
%46.45

CMYK Percentages of Color #27b4be

%79
%5
%0
%25

Triadic Colors of #27b4be

#27b4be #be27b4 #b4be27

Analogous Colors of #27b4be

#27b4be #2769be #27be7d

Monochromatic Colors of #27b4be

#27b4be

Complementary Color

#27b4be #be3127

#27b4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27b4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#27b4be Color CSS Codes

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

#27b4be Text Font Color

<p style="color:#27b4be">Text here</p>

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


#27b4be Background Color

<div style="background-color:#27b4be">
Div content here</div>

This div background color is #27b4be


#27b4be Border Color

<div style="border:3px solid #27b4be">
Div here</div>

This div border color is #27b4be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,180,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #27b4be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #27b4be;
  -webkit-box-shadow: 1px 1px 3px 2px #27b4be;
  box-shadow:         1px 1px 3px 2px #27b4be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,180,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27b4be


Comments

No comments written yet.

Please login to write comment.