Color Hex Logo

#1d65ee Color Hex

#1D65EE
(29,101,238)
0 Favorites   0 Comments

Color spaces of #1d65ee

RGB 29101238
HSL0.610.860.52
HSV219°88°93°
CMYK 0.880.580.00   0.07
XYZ20.593015.741682.8420
Yxy15.74160.17280.1321
Hunter Lab39.675723.2150-96.0233
CIE-Lab46.633630.3333-74.5939

#1d65ee color RGB value is (29,101,238).

#1d65ee hex color red value is 29, green value is 101 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #1d65ee hue: 0.61 , saturation: 0.86 and the lightness value of 1d65ee is 0.52.

The process color (four color CMYK) of #1d65ee color hex is 0.88, 0.58, 0.00, 0.07. Web safe color of #1d65ee is #3366ff. Color #1d65ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01100101 11101110
Octal 35 145 356
Decimal 29 101 238
Hex 1D 65 EE

RGB Percentages of Color #1d65ee

%7.88
%27.45
%64.67

CMYK Percentages of Color #1d65ee

%88
%58
%0
%7

Triadic Colors of #1d65ee

#1d65ee #ee1d65 #65ee1d

Analogous Colors of #1d65ee

#1d65ee #3d1dee #1dceee

Monochromatic Colors of #1d65ee

#1d65ee

Complementary Color

#1d65ee #eea61d

#1d65ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d65ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d65ee Color CSS Codes

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

#1d65ee Text Font Color

<p style="color:#1d65ee">Text here</p>

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


#1d65ee Background Color

<div style="background-color:#1d65ee">
Div content here</div>

This div background color is #1d65ee


#1d65ee Border Color

<div style="border:3px solid #1d65ee">
Div here</div>

This div border color is #1d65ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(29,101,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1d65ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1d65ee;
  -webkit-box-shadow: 1px 1px 3px 2px #1d65ee;
  box-shadow:         1px 1px 3px 2px #1d65ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,101,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 #1d65ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d65ee


Comments

No comments written yet.

Please login to write comment.