Color Hex Logo

#23bcdd Color Hex

#23BCDD
(35,188,221)
0 Favorites   0 Comments

Color spaces of #23bcdd

RGB 35188221
HSL0.530.730.50
HSV191°84°87°
CMYK 0.840.150.00   0.13
XYZ31.727541.544274.7532
Yxy41.54420.21430.2807
Hunter Lab64.4548-24.9303-23.6448
CIE-Lab70.5555-26.2389-27.2021

#23bcdd color RGB value is (35,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 10111100 11011101
Octal 43 274 335
Decimal 35 188 221
Hex 23 BC DD

RGB Percentages of Color #23bcdd

%7.88
%42.34
%49.77

CMYK Percentages of Color #23bcdd

%84
%15
%0
%13

Triadic Colors of #23bcdd

#23bcdd #dd23bc #bcdd23

Analogous Colors of #23bcdd

#23bcdd #235fdd #23dda1

Monochromatic Colors of #23bcdd

#23bcdd

Complementary Color

#23bcdd #dd4423

#23bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#23bcdd Color CSS Codes

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

#23bcdd Text Font Color

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

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


#23bcdd Background Color

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

This div background color is #23bcdd


#23bcdd Border Color

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

This div border color is #23bcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23bcdd


Comments

No comments written yet.

Please login to write comment.