Color Hex Logo

#4298ee Color Hex

#4298EE
(66,152,238)
0 Favorites   0 Comments

Color spaces of #4298ee

RGB 66152238
HSL0.580.830.60
HSV210°72°93°
CMYK 0.720.360.00   0.07
XYZ28.907629.787885.1149
Yxy29.78780.20100.2071
Hunter Lab54.5782-0.9685-54.2582
CIE-Lab61.47072.3237-50.6675

#4298ee color RGB value is (66,152,238).

#4298ee hex color red value is 66, green value is 152 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4298ee hue: 0.58 , saturation: 0.83 and the lightness value of 4298ee is 0.60.

The process color (four color CMYK) of #4298ee color hex is 0.72, 0.36, 0.00, 0.07. Web safe color of #4298ee is #3399ff. Color #4298ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011000 11101110
Octal 102 230 356
Decimal 66 152 238
Hex 42 98 EE

RGB Percentages of Color #4298ee

%14.47
%33.33
%52.19

CMYK Percentages of Color #4298ee

%72
%36
%0
%7

Triadic Colors of #4298ee

#4298ee #ee4298 #98ee42

Analogous Colors of #4298ee

#4298ee #4242ee #42eeee

Monochromatic Colors of #4298ee

#4298ee

Complementary Color

#4298ee #ee9842

#4298ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4298ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4298ee Color CSS Codes

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

#4298ee Text Font Color

<p style="color:#4298ee">Text here</p>

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


#4298ee Background Color

<div style="background-color:#4298ee">
Div content here</div>

This div background color is #4298ee


#4298ee Border Color

<div style="border:3px solid #4298ee">
Div here</div>

This div border color is #4298ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,152,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4298ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4298ee;
  -webkit-box-shadow: 1px 1px 3px 2px #4298ee;
  box-shadow:         1px 1px 3px 2px #4298ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,152,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4298ee


Comments

No comments written yet.

Please login to write comment.