Color Hex Logo

#27cabb Color Hex

#27CABB
(39,202,187)
0 Favorites   0 Comments

Color spaces of #27cabb

RGB 39202187
HSL0.480.680.47
HSV174°81°79°
CMYK 0.810.000.07   0.21
XYZ30.926946.260354.3128
Yxy46.26030.23520.3518
Hunter Lab68.0149-37.86080.2649
CIE-Lab73.7141-42.7958-3.9354

#27cabb color RGB value is (39,202,187).

#27cabb hex color red value is 39, green value is 202 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #27cabb hue: 0.48 , saturation: 0.68 and the lightness value of 27cabb is 0.47.

The process color (four color CMYK) of #27cabb color hex is 0.81, 0.00, 0.07, 0.21. Web safe color of #27cabb is #33cccc. Color #27cabb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 11001010 10111011
Octal 47 312 273
Decimal 39 202 187
Hex 27 CA BB

RGB Percentages of Color #27cabb

%9.11
%47.20
%43.69

CMYK Percentages of Color #27cabb

%81
%0
%7
%21

Triadic Colors of #27cabb

#27cabb #bb27ca #cabb27

Analogous Colors of #27cabb

#27cabb #2788ca #27ca6a

Monochromatic Colors of #27cabb

#27cabb

Complementary Color

#27cabb #ca2736

#27cabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27cabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#27cabb Color CSS Codes

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

#27cabb Text Font Color

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

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


#27cabb Background Color

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

This div background color is #27cabb


#27cabb Border Color

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

This div border color is #27cabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27cabb


Comments

No comments written yet.

Please login to write comment.