Color Hex Logo

#23b4ed Color Hex

#23B4ED
(35,180,237)
0 Favorites   0 Comments

Color spaces of #23b4ed

RGB 35180237
HSL0.550.850.53
HSV197°85°93°
CMYK 0.850.240.00   0.07
XYZ32.300539.114385.9682
Yxy39.11430.20520.2485
Hunter Lab62.5414-17.2584-37.7199
CIE-Lab68.8340-16.7428-38.5858

#23b4ed color RGB value is (35,180,237).

#23b4ed hex color red value is 35, green value is 180 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #23b4ed hue: 0.55 , saturation: 0.85 and the lightness value of 23b4ed is 0.53.

The process color (four color CMYK) of #23b4ed color hex is 0.85, 0.24, 0.00, 0.07. Web safe color of #23b4ed is #33ccff. Color #23b4ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10110100 11101101
Octal 43 264 355
Decimal 35 180 237
Hex 23 B4 ED

RGB Percentages of Color #23b4ed

%7.74
%39.82
%52.43

CMYK Percentages of Color #23b4ed

%85
%24
%0
%7

Triadic Colors of #23b4ed

#23b4ed #ed23b4 #b4ed23

Analogous Colors of #23b4ed

#23b4ed #234fed #23edc1

Monochromatic Colors of #23b4ed

#23b4ed

Complementary Color

#23b4ed #ed5c23

#23b4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23b4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#23b4ed Color CSS Codes

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

#23b4ed Text Font Color

<p style="color:#23b4ed">Text here</p>

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


#23b4ed Background Color

<div style="background-color:#23b4ed">
Div content here</div>

This div background color is #23b4ed


#23b4ed Border Color

<div style="border:3px solid #23b4ed">
Div here</div>

This div border color is #23b4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23b4ed


Comments

No comments written yet.

Please login to write comment.