Color Hex Logo

#2385af Color Hex

#2385AF
(35,133,175)
0 Favorites   0 Comments

Color spaces of #2385af

RGB 35133175
HSL0.550.670.41
HSV198°80°69°
CMYK 0.800.240.00   0.31
XYZ16.818520.227543.5753
Yxy20.22750.20860.2509
Hunter Lab44.9750-11.9558-25.9623
CIE-Lab52.0935-12.7995-29.9837

#2385af color RGB value is (35,133,175).

#2385af hex color red value is 35, green value is 133 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #2385af hue: 0.55 , saturation: 0.67 and the lightness value of 2385af is 0.41.

The process color (four color CMYK) of #2385af color hex is 0.80, 0.24, 0.00, 0.31. Web safe color of #2385af is #339999. Color #2385af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10000101 10101111
Octal 43 205 257
Decimal 35 133 175
Hex 23 85 AF

RGB Percentages of Color #2385af

%10.20
%38.78
%51.02

CMYK Percentages of Color #2385af

%80
%24
%0
%31

Triadic Colors of #2385af

#2385af #af2385 #85af23

Analogous Colors of #2385af

#2385af #233faf #23af93

Monochromatic Colors of #2385af

#2385af

Complementary Color

#2385af #af4d23

#2385af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2385af Color Preview on White Background

Lorem ipsum dolor sit amet.

#2385af Color CSS Codes

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

#2385af Text Font Color

<p style="color:#2385af">Text here</p>

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


#2385af Background Color

<div style="background-color:#2385af">
Div content here</div>

This div background color is #2385af


#2385af Border Color

<div style="border:3px solid #2385af">
Div here</div>

This div border color is #2385af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,133,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2385af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2385af;
  -webkit-box-shadow: 1px 1px 3px 2px #2385af;
  box-shadow:         1px 1px 3px 2px #2385af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,133,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2385af


Comments

No comments written yet.

Please login to write comment.