Color Hex Logo

#4bcfef Color Hex

#4BCFEF
(75,207,239)
0 Favorites   0 Comments

Color spaces of #4bcfef

RGB 75207239
HSL0.530.840.62
HSV192°69°94°
CMYK 0.690.130.00   0.06
XYZ40.794552.353589.6165
Yxy52.35350.22320.2865
Hunter Lab72.3557-25.9834-22.7849
CIE-Lab77.4917-25.8227-26.2374

#4bcfef color RGB value is (75,207,239).

#4bcfef hex color red value is 75, green value is 207 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4bcfef hue: 0.53 , saturation: 0.84 and the lightness value of 4bcfef is 0.62.

The process color (four color CMYK) of #4bcfef color hex is 0.69, 0.13, 0.00, 0.06. Web safe color of #4bcfef is #33ccff. Color #4bcfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001111 11101111
Octal 113 317 357
Decimal 75 207 239
Hex 4B CF EF

RGB Percentages of Color #4bcfef

%14.40
%39.73
%45.87

CMYK Percentages of Color #4bcfef

%69
%13
%0
%6

Triadic Colors of #4bcfef

#4bcfef #ef4bcf #cfef4b

Analogous Colors of #4bcfef

#4bcfef #4b7def #4befbd

Monochromatic Colors of #4bcfef

#4bcfef

Complementary Color

#4bcfef #ef6b4b

#4bcfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcfef Color CSS Codes

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

#4bcfef Text Font Color

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

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


#4bcfef Background Color

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

This div background color is #4bcfef


#4bcfef Border Color

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

This div border color is #4bcfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcfef


Comments

No comments written yet.

Please login to write comment.