Color Hex Logo

#4bafcf Color Hex

#4BAFCF
(75,175,207)
0 Favorites   0 Comments

Color spaces of #4bafcf

RGB 75175207
HSL0.540.580.55
HSV195°64°81°
CMYK 0.640.150.00   0.19
XYZ29.494136.660864.5532
Yxy36.66080.22560.2805
Hunter Lab60.5482-19.0087-20.8281
CIE-Lab67.0218-19.3445-24.8745

#4bafcf color RGB value is (75,175,207).

#4bafcf hex color red value is 75, green value is 175 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4bafcf hue: 0.54 , saturation: 0.58 and the lightness value of 4bafcf is 0.55.

The process color (four color CMYK) of #4bafcf color hex is 0.64, 0.15, 0.00, 0.19. Web safe color of #4bafcf is #3399cc. Color #4bafcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101111 11001111
Octal 113 257 317
Decimal 75 175 207
Hex 4B AF CF

RGB Percentages of Color #4bafcf

%16.41
%38.29
%45.30

CMYK Percentages of Color #4bafcf

%64
%15
%0
%19

Triadic Colors of #4bafcf

#4bafcf #cf4baf #afcf4b

Analogous Colors of #4bafcf

#4bafcf #4b6dcf #4bcfad

Monochromatic Colors of #4bafcf

#4bafcf

Complementary Color

#4bafcf #cf6b4b

#4bafcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bafcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bafcf Color CSS Codes

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

#4bafcf Text Font Color

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

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


#4bafcf Background Color

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

This div background color is #4bafcf


#4bafcf Border Color

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

This div border color is #4bafcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bafcf


Comments

No comments written yet.

Please login to write comment.