Color Hex Logo

#ceefb7 Color Hex

#CEEFB7
(206,239,183)
0 Favorites   0 Comments

Color spaces of #ceefb7

RGB 206239183
HSL0.260.640.83
HSV95°23°94°
CMYK 0.140.000.23   0.06
XYZ64.867378.273756.4892
Yxy78.27370.32490.3921
Hunter Lab88.4724-23.951924.0743
CIE-Lab90.9047-20.579923.6125

#ceefb7 color RGB value is (206,239,183).

#ceefb7 hex color red value is 206, green value is 239 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #ceefb7 hue: 0.26 , saturation: 0.64 and the lightness value of ceefb7 is 0.83.

The process color (four color CMYK) of #ceefb7 color hex is 0.14, 0.00, 0.23, 0.06. Web safe color of #ceefb7 is #ccffcc. Color #ceefb7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101111 10110111
Octal 316 357 267
Decimal 206 239 183
Hex CE EF B7

RGB Percentages of Color #ceefb7

%32.80
%38.06
%29.14

CMYK Percentages of Color #ceefb7

%14
%0
%23
%6

Triadic Colors of #ceefb7

#ceefb7 #b7ceef #efb7ce

Analogous Colors of #ceefb7

#ceefb7 #b7efbc #eaefb7

Monochromatic Colors of #ceefb7

#ceefb7

Complementary Color

#ceefb7 #d8b7ef

#ceefb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceefb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceefb7 Color CSS Codes

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

#ceefb7 Text Font Color

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

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


#ceefb7 Background Color

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

This div background color is #ceefb7


#ceefb7 Border Color

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

This div border color is #ceefb7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,239,183, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ceefb7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ceefb7;
  -webkit-box-shadow: 1px 1px 3px 2px #ceefb7;
  box-shadow:         1px 1px 3px 2px #ceefb7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,239,183, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceefb7


Comments

No comments written yet.

Please login to write comment.