Color Hex Logo

#23dbed Color Hex

#23DBED
(35,219,237)
0 Favorites   0 Comments

Color spaces of #23dbed

RGB 35219237
HSL0.510.850.53
HSV185°85°93°
CMYK 0.850.080.00   0.07
XYZ41.310757.134888.9716
Yxy57.13480.22040.3049
Hunter Lab75.5876-34.7230-16.8770
CIE-Lab80.2554-36.1507-21.0219

#23dbed color RGB value is (35,219,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 11011011 11101101
Octal 43 333 355
Decimal 35 219 237
Hex 23 DB ED

RGB Percentages of Color #23dbed

%7.13
%44.60
%48.27

CMYK Percentages of Color #23dbed

%85
%8
%0
%7

Triadic Colors of #23dbed

#23dbed #ed23db #dbed23

Analogous Colors of #23dbed

#23dbed #2376ed #23ed9a

Monochromatic Colors of #23dbed

#23dbed

Complementary Color

#23dbed #ed3523

#23dbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23dbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#23dbed Color CSS Codes

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

#23dbed Text Font Color

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

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


#23dbed Background Color

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

This div background color is #23dbed


#23dbed Border Color

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

This div border color is #23dbed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,219,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 #23dbed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23dbed


Comments

No comments written yet.

Please login to write comment.