Color Hex Logo

#47cbed Color Hex

#47CBED
(71,203,237)
0 Favorites   0 Comments

Color spaces of #47cbed

RGB 71203237
HSL0.530.820.60
HSV192°70°93°
CMYK 0.700.140.00   0.07
XYZ39.240550.165987.7356
Yxy50.16590.22150.2832
Hunter Lab70.8279-25.0551-23.8639
CIE-Lab76.1710-24.9810-27.1940

#47cbed color RGB value is (71,203,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11001011 11101101
Octal 107 313 355
Decimal 71 203 237
Hex 47 CB ED

RGB Percentages of Color #47cbed

%13.89
%39.73
%46.38

CMYK Percentages of Color #47cbed

%70
%14
%0
%7

Triadic Colors of #47cbed

#47cbed #ed47cb #cbed47

Analogous Colors of #47cbed

#47cbed #4778ed #47edbc

Monochromatic Colors of #47cbed

#47cbed

Complementary Color

#47cbed #ed6947

#47cbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47cbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#47cbed Color CSS Codes

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

#47cbed Text Font Color

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

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


#47cbed Background Color

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

This div background color is #47cbed


#47cbed Border Color

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

This div border color is #47cbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47cbed


Comments

No comments written yet.

Please login to write comment.