Color Hex Logo

#235d7b Color Hex

#235D7B
(35,93,123)
0 Favorites   0 Comments

Color spaces of #235d7b

RGB 3593123
HSL0.560.560.31
HSV200°72°48°
CMYK 0.720.240.00   0.52
XYZ8.18269.616120.1637
Yxy9.61610.21550.2533
Hunter Lab31.0098-7.1662-16.8456
CIE-Lab37.1444-8.2935-22.3704

#235d7b color RGB value is (35,93,123).

#235d7b hex color red value is 35, green value is 93 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #235d7b hue: 0.56 , saturation: 0.56 and the lightness value of 235d7b is 0.31.

The process color (four color CMYK) of #235d7b color hex is 0.72, 0.24, 0.00, 0.52. Web safe color of #235d7b is #336666. Color #235d7b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011101 01111011
Octal 43 135 173
Decimal 35 93 123
Hex 23 5D 7B

RGB Percentages of Color #235d7b

%13.94
%37.05
%49.00

CMYK Percentages of Color #235d7b

%72
%24
%0
%52

Triadic Colors of #235d7b

#235d7b #7b235d #5d7b23

Analogous Colors of #235d7b

#235d7b #23317b #237b6d

Monochromatic Colors of #235d7b

#235d7b

Complementary Color

#235d7b #7b4123

#235d7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235d7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#235d7b Color CSS Codes

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

#235d7b Text Font Color

<p style="color:#235d7b">Text here</p>

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


#235d7b Background Color

<div style="background-color:#235d7b">
Div content here</div>

This div background color is #235d7b


#235d7b Border Color

<div style="border:3px solid #235d7b">
Div here</div>

This div border color is #235d7b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,93,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #235d7b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #235d7b;
  -webkit-box-shadow: 1px 1px 3px 2px #235d7b;
  box-shadow:         1px 1px 3px 2px #235d7b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235d7b


Comments

No comments written yet.

Please login to write comment.