Color Hex Logo

#4bc7df Color Hex

#4BC7DF
(75,199,223)
0 Favorites   0 Comments

Color spaces of #4bc7df

RGB 75199223
HSL0.530.700.58
HSV190°66°87°
CMYK 0.660.110.00   0.13
XYZ36.644447.670477.0820
Yxy47.67040.22700.2954
Hunter Lab69.0438-26.0892-17.8621
CIE-Lab74.6166-26.6794-22.0138

#4bc7df color RGB value is (75,199,223).

#4bc7df hex color red value is 75, green value is 199 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4bc7df hue: 0.53 , saturation: 0.70 and the lightness value of 4bc7df is 0.58.

The process color (four color CMYK) of #4bc7df color hex is 0.66, 0.11, 0.00, 0.13. Web safe color of #4bc7df is #33cccc. Color #4bc7df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11000111 11011111
Octal 113 307 337
Decimal 75 199 223
Hex 4B C7 DF

RGB Percentages of Color #4bc7df

%15.09
%40.04
%44.87

CMYK Percentages of Color #4bc7df

%66
%11
%0
%13

Triadic Colors of #4bc7df

#4bc7df #df4bc7 #c7df4b

Analogous Colors of #4bc7df

#4bc7df #4b7ddf #4bdfad

Monochromatic Colors of #4bc7df

#4bc7df

Complementary Color

#4bc7df #df634b

#4bc7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bc7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bc7df Color CSS Codes

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

#4bc7df Text Font Color

<p style="color:#4bc7df">Text here</p>

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


#4bc7df Background Color

<div style="background-color:#4bc7df">
Div content here</div>

This div background color is #4bc7df


#4bc7df Border Color

<div style="border:3px solid #4bc7df">
Div here</div>

This div border color is #4bc7df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,199,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4bc7df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4bc7df;
  -webkit-box-shadow: 1px 1px 3px 2px #4bc7df;
  box-shadow:         1px 1px 3px 2px #4bc7df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,199,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bc7df


Comments

No comments written yet.

Please login to write comment.