Color Hex Logo

#46cfed Color Hex

#46CFED
(70,207,237)
0 Favorites   0 Comments

Color spaces of #46cfed

RGB 70207237
HSL0.530.820.60
HSV191°70°93°
CMYK 0.700.130.00   0.07
XYZ40.124752.042288.0511
Yxy52.04220.22260.2888
Hunter Lab72.1403-26.9631-21.8684
CIE-Lab77.3061-27.0980-25.4598

#46cfed color RGB value is (70,207,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11001111 11101101
Octal 106 317 355
Decimal 70 207 237
Hex 46 CF ED

RGB Percentages of Color #46cfed

%13.62
%40.27
%46.11

CMYK Percentages of Color #46cfed

%70
%13
%0
%7

Triadic Colors of #46cfed

#46cfed #ed46cf #cfed46

Analogous Colors of #46cfed

#46cfed #467ced #46edb8

Monochromatic Colors of #46cfed

#46cfed

Complementary Color

#46cfed #ed6446

#46cfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46cfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#46cfed Color CSS Codes

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

#46cfed Text Font Color

<p style="color:#46cfed">Text here</p>

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


#46cfed Background Color

<div style="background-color:#46cfed">
Div content here</div>

This div background color is #46cfed


#46cfed Border Color

<div style="border:3px solid #46cfed">
Div here</div>

This div border color is #46cfed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,207,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46cfed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46cfed;
  -webkit-box-shadow: 1px 1px 3px 2px #46cfed;
  box-shadow:         1px 1px 3px 2px #46cfed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,207,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 #46cfed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46cfed


Comments

No comments written yet.

Please login to write comment.