Color Hex Logo

#238ddd Color Hex

#238DDD
(35,141,221)
0 Favorites   0 Comments

Color spaces of #238ddd

RGB 35141221
HSL0.570.730.50
HSV206°84°87°
CMYK 0.840.360.00   0.13
XYZ23.269224.627571.9338
Yxy24.62750.19420.2055
Hunter Lab49.6261-3.1488-51.2035
CIE-Lab56.7107-0.6194-48.8259

#238ddd color RGB value is (35,141,221).

#238ddd hex color red value is 35, green value is 141 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #238ddd hue: 0.57 , saturation: 0.73 and the lightness value of 238ddd is 0.50.

The process color (four color CMYK) of #238ddd color hex is 0.84, 0.36, 0.00, 0.13. Web safe color of #238ddd is #3399cc. Color #238ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10001101 11011101
Octal 43 215 335
Decimal 35 141 221
Hex 23 8D DD

RGB Percentages of Color #238ddd

%8.82
%35.52
%55.67

CMYK Percentages of Color #238ddd

%84
%36
%0
%13

Triadic Colors of #238ddd

#238ddd #dd238d #8ddd23

Analogous Colors of #238ddd

#238ddd #2330dd #23ddd0

Monochromatic Colors of #238ddd

#238ddd

Complementary Color

#238ddd #dd7323

#238ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#238ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#238ddd Color CSS Codes

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

#238ddd Text Font Color

<p style="color:#238ddd">Text here</p>

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


#238ddd Background Color

<div style="background-color:#238ddd">
Div content here</div>

This div background color is #238ddd


#238ddd Border Color

<div style="border:3px solid #238ddd">
Div here</div>

This div border color is #238ddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,141,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #238ddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #238ddd;
  -webkit-box-shadow: 1px 1px 3px 2px #238ddd;
  box-shadow:         1px 1px 3px 2px #238ddd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #238ddd


Comments

No comments written yet.

Please login to write comment.