Color Hex Logo

#4bccfd Color Hex

#4BCCFD
(75,204,253)
0 Favorites   0 Comments

Color spaces of #4bccfd

RGB 75204253
HSL0.550.980.64
HSV197°70°99°
CMYK 0.700.190.00   0.01
XYZ42.224151.7734100.6963
Yxy51.77340.21690.2659
Hunter Lab71.9537-21.1711-32.6063
CIE-Lab77.1451-19.9735-34.2612

#4bccfd color RGB value is (75,204,253).

#4bccfd hex color red value is 75, green value is 204 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4bccfd hue: 0.55 , saturation: 0.98 and the lightness value of 4bccfd is 0.64.

The process color (four color CMYK) of #4bccfd color hex is 0.70, 0.19, 0.00, 0.01. Web safe color of #4bccfd is #33ccff. Color #4bccfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001100 11111101
Octal 113 314 375
Decimal 75 204 253
Hex 4B CC FD

RGB Percentages of Color #4bccfd

%14.10
%38.35
%47.56

CMYK Percentages of Color #4bccfd

%70
%19
%0
%1

Triadic Colors of #4bccfd

#4bccfd #fd4bcc #ccfd4b

Analogous Colors of #4bccfd

#4bccfd #4b73fd #4bfdd5

Monochromatic Colors of #4bccfd

#4bccfd

Complementary Color

#4bccfd #fd7c4b

#4bccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bccfd Color CSS Codes

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

#4bccfd Text Font Color

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

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


#4bccfd Background Color

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

This div background color is #4bccfd


#4bccfd Border Color

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

This div border color is #4bccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bccfd

Related Colors


Comments

No comments written yet.

Please login to write comment.