Color Hex Logo

#bddffd Color Hex

#BDDFFD
(189,223,253)
0 Favorites   0 Comments

Color spaces of #bddffd

RGB 189223253
HSL0.580.940.87
HSV208°25°99°
CMYK 0.250.120.00   0.01
XYZ65.103670.6860103.1409
Yxy70.68600.27250.2958
Hunter Lab84.0750-8.9094-13.8829
CIE-Lab87.3322-4.6477-18.2615

#bddffd color RGB value is (189,223,253).

#bddffd hex color red value is 189, green value is 223 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bddffd hue: 0.58 , saturation: 0.94 and the lightness value of bddffd is 0.87.

The process color (four color CMYK) of #bddffd color hex is 0.25, 0.12, 0.00, 0.01. Web safe color of #bddffd is #ccccff. Color #bddffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 11111101
Octal 275 337 375
Decimal 189 223 253
Hex BD DF FD

RGB Percentages of Color #bddffd

%28.42
%33.53
%38.05

CMYK Percentages of Color #bddffd

%25
%12
%0
%1

Triadic Colors of #bddffd

#bddffd #fdbddf #dffdbd

Analogous Colors of #bddffd

#bddffd #bdbffd #bdfdfb

Monochromatic Colors of #bddffd

#bddffd

Complementary Color

#bddffd #fddbbd

#bddffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddffd Color CSS Codes

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

#bddffd Text Font Color

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

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


#bddffd Background Color

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

This div background color is #bddffd


#bddffd Border Color

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

This div border color is #bddffd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,223,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bddffd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bddffd;
  -webkit-box-shadow: 1px 1px 3px 2px #bddffd;
  box-shadow:         1px 1px 3px 2px #bddffd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,223,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddffd

Related Colors


Comments

No comments written yet.

Please login to write comment.