Color Hex Logo

#23bbdd Color Hex

#23BBDD
(35,187,221)
0 Favorites   0 Comments

Color spaces of #23bbdd

RGB 35187221
HSL0.530.730.50
HSV191°84°87°
CMYK 0.840.150.00   0.13
XYZ31.514641.118474.6823
Yxy41.11840.21390.2791
Hunter Lab64.1236-24.4896-24.1662
CIE-Lab70.2588-25.7374-27.6579

#23bbdd color RGB value is (35,187,221).

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

The process color (four color CMYK) of #23bbdd color hex is 0.84, 0.15, 0.00, 0.13. Web safe color of #23bbdd is #33cccc. Color #23bbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10111011 11011101
Octal 43 273 335
Decimal 35 187 221
Hex 23 BB DD

RGB Percentages of Color #23bbdd

%7.90
%42.21
%49.89

CMYK Percentages of Color #23bbdd

%84
%15
%0
%13

Triadic Colors of #23bbdd

#23bbdd #dd23bb #bbdd23

Analogous Colors of #23bbdd

#23bbdd #235edd #23dda2

Monochromatic Colors of #23bbdd

#23bbdd

Complementary Color

#23bbdd #dd4523

#23bbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23bbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#23bbdd Color CSS Codes

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

#23bbdd Text Font Color

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

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


#23bbdd Background Color

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

This div background color is #23bbdd


#23bbdd Border Color

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

This div border color is #23bbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23bbdd


Comments

No comments written yet.

Please login to write comment.