Color Hex Logo

#ceed5b Color Hex

#CEED5B
(206,237,91)
0 Favorites   0 Comments

Color spaces of #ceed5b

RGB 20623791
HSL0.200.800.64
HSV73°62°93°
CMYK 0.130.000.62   0.07
XYZ57.626174.445521.2297
Yxy74.44550.37590.4856
Hunter Lab86.2818-31.776245.8089
CIE-Lab89.1326-29.972865.2899

#ceed5b color RGB value is (206,237,91).

#ceed5b hex color red value is 206, green value is 237 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ceed5b hue: 0.20 , saturation: 0.80 and the lightness value of ceed5b is 0.64.

The process color (four color CMYK) of #ceed5b color hex is 0.13, 0.00, 0.62, 0.07. Web safe color of #ceed5b is #ccff66. Color #ceed5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101101 01011011
Octal 316 355 133
Decimal 206 237 91
Hex CE ED 5B

RGB Percentages of Color #ceed5b

%38.58
%44.38
%17.04

CMYK Percentages of Color #ceed5b

%13
%0
%62
%7

Triadic Colors of #ceed5b

#ceed5b #5bceed #ed5bce

Analogous Colors of #ceed5b

#ceed5b #85ed5b #edc35b

Monochromatic Colors of #ceed5b

#ceed5b

Complementary Color

#ceed5b #7a5bed

#ceed5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceed5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceed5b Color CSS Codes

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

#ceed5b Text Font Color

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

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


#ceed5b Background Color

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

This div background color is #ceed5b


#ceed5b Border Color

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

This div border color is #ceed5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceed5b


Comments

No comments written yet.

Please login to write comment.