Color Hex Logo

#237ddf Color Hex

#237DDF
(35,125,223)
0 Favorites   0 Comments

Color spaces of #237ddf

RGB 35125223
HSL0.590.750.51
HSV211°84°87°
CMYK 0.840.440.00   0.13
XYZ21.346020.352372.6154
Yxy20.35230.18670.1780
Hunter Lab45.11355.5107-63.8546
CIE-Lab52.23329.8137-57.0941

#237ddf color RGB value is (35,125,223).

#237ddf hex color red value is 35, green value is 125 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #237ddf hue: 0.59 , saturation: 0.75 and the lightness value of 237ddf is 0.51.

The process color (four color CMYK) of #237ddf color hex is 0.84, 0.44, 0.00, 0.13. Web safe color of #237ddf is #3366cc. Color #237ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01111101 11011111
Octal 43 175 337
Decimal 35 125 223
Hex 23 7D DF

RGB Percentages of Color #237ddf

%9.14
%32.64
%58.22

CMYK Percentages of Color #237ddf

%84
%44
%0
%13

Triadic Colors of #237ddf

#237ddf #df237d #7ddf23

Analogous Colors of #237ddf

#237ddf #2723df #23dbdf

Monochromatic Colors of #237ddf

#237ddf

Complementary Color

#237ddf #df8523

#237ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#237ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#237ddf Color CSS Codes

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

#237ddf Text Font Color

<p style="color:#237ddf">Text here</p>

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


#237ddf Background Color

<div style="background-color:#237ddf">
Div content here</div>

This div background color is #237ddf


#237ddf Border Color

<div style="border:3px solid #237ddf">
Div here</div>

This div border color is #237ddf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,125,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #237ddf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #237ddf;
  -webkit-box-shadow: 1px 1px 3px 2px #237ddf;
  box-shadow:         1px 1px 3px 2px #237ddf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #237ddf


Comments

No comments written yet.

Please login to write comment.