Color Hex Logo

#47cbea Color Hex

#47CBEA
(71,203,234)
0 Favorites   0 Comments

Color spaces of #47cbea

RGB 71203234
HSL0.530.800.60
HSV191°70°92°
CMYK 0.700.130.00   0.08
XYZ38.805849.992085.4460
Yxy49.99200.22270.2869
Hunter Lab70.7050-25.7657-22.1576
CIE-Lab76.0644-25.9013-25.7446

#47cbea color RGB value is (71,203,234).

#47cbea hex color red value is 71, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #47cbea hue: 0.53 , saturation: 0.80 and the lightness value of 47cbea is 0.60.

The process color (four color CMYK) of #47cbea color hex is 0.70, 0.13, 0.00, 0.08. Web safe color of #47cbea is #33ccff. Color #47cbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11001011 11101010
Octal 107 313 352
Decimal 71 203 234
Hex 47 CB EA

RGB Percentages of Color #47cbea

%13.98
%39.96
%46.06

CMYK Percentages of Color #47cbea

%70
%13
%0
%8

Triadic Colors of #47cbea

#47cbea #ea47cb #cbea47

Analogous Colors of #47cbea

#47cbea #477aea #47eab8

Monochromatic Colors of #47cbea

#47cbea

Complementary Color

#47cbea #ea6647

#47cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#47cbea Color CSS Codes

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

#47cbea Text Font Color

<p style="color:#47cbea">Text here</p>

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


#47cbea Background Color

<div style="background-color:#47cbea">
Div content here</div>

This div background color is #47cbea


#47cbea Border Color

<div style="border:3px solid #47cbea">
Div here</div>

This div border color is #47cbea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,203,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47cbea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47cbea;
  -webkit-box-shadow: 1px 1px 3px 2px #47cbea;
  box-shadow:         1px 1px 3px 2px #47cbea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47cbea


Comments

No comments written yet.

Please login to write comment.